blob: 14a2250369685071ca50d9437e92061614974c3b [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-ddk") {
with_unit_tests = true
edition = "2015"
deps = [
"//garnet/public/rust/fuchsia-ddk/fuchsia-ddk-sys",
"//garnet/public/rust/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:byteorder",
]
}