]> git.proxmox.com Git - cargo.git/blob - vendor/fuchsia-zircon-0.3.3/BUILD.gn
New upstream version 0.24.0
[cargo.git] / vendor / fuchsia-zircon-0.3.3 / BUILD.gn
1 # Copyright 2017 The Fuchsia Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/rust/rust_library.gni")
6
7 rust_library("fuchsia-zircon") {
8 deps = [
9 "//garnet/public/rust/crates/fuchsia-zircon/fuchsia-zircon-sys",
10 "//third_party/rust-crates:bitflags-0.7.0",
11 ]
12
13 with_tests = true
14 }