blob: c23bce6d8b6cbc10e6706daf75b427e1d86f83e8 [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:byteorder",
]
}