blob: ff2eda0712d85b6baeaeb844113822bc4fc054d9 [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-runtime",
"//garnet/public/rust/fuchsia-zircon",
"//garnet/public/rust/fuchsia-zircon/fuchsia-zircon-sys",
"//third_party/rust_crates:bitflags",
"//zircon/public/fidl/fuchsia-device:fuchsia-device-rustc",
]
}