blob: 432280689911e03aedc512f622cc6c78cc16be1c [file] [log] [blame]
# Copyright 2018 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-device") {
name = "fuchsia_device"
edition = "2018"
version = "0.1.0"
deps = [
"//garnet/public/rust/fdio",
"//garnet/public/rust/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:failure",
]
}