]> git.proxmox.com Git - rustc.git/blob - src/vendor/fuchsia-zircon-sys/BUILD.gn
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / fuchsia-zircon-sys / 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-sys") {
8 deps = [
9 "//third_party/rust-crates:bitflags-0.7.0",
10 ]
11 }