blob: deb81397e3b192a6df84101917adbace8c04fb74 [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:failure",
]
}