blob: b835d15f4de388b37e9520bb4eb01bdf2e07adac [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-zircon") {
version = "0.3.3"
edition = "2018"
with_unit_tests = true
deps = [
"fuchsia-zircon-sys",
"//third_party/rust_crates:bitflags",
"//third_party/rust_crates:failure",
]
}