blob: 582b284b78c9d240358b5b3a46f86f6a577f5e38 [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("fuchsia-vfs") {
with_unit_tests = true
edition = "2015"
deps = [
"//garnet/public/rust/fdio:fdio-rustc",
"//garnet/public/rust/fuchsia-async:fuchsia-async-rustc",
"//garnet/public/rust/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:bytes",
"//third_party/rust-crates/rustc_deps:futures-preview",
"//third_party/rust-crates/rustc_deps:libc",
"//third_party/rust-crates/rustc_deps:tempfile",
"//zircon/public/lib/fs-management",
]
}