blob: f71893287c8d427ccf2d5c8124d7c8bae4146f5d [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_library.gni")
rustc_library("fdio") {
with_unit_tests = true
version = "0.2.0"
edition = "2018"
deps = [
"//garnet/public/rust/fuchsia-zircon",
"//garnet/public/rust/fuchsia-zircon/fuchsia-zircon-sys",
"//third_party/rust-crates/rustc_deps:bytes"
]
}