blob: eef6d203a843ba67c7f859280b2a9bea0364452b [file] [log] [blame]
# Copyright 2018 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("wlantap-client") {
name = "wlantap_client"
version = "0.1.0"
deps = [
"//garnet/lib/wlan/fidl:wlantap-rustc",
"//garnet/public/lib/fidl/rust/fidl",
"//garnet/public/rust/crates/fdio",
"//garnet/public/rust/crates/fuchsia-async",
"//garnet/public/rust/crates/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:byteorder",
"//third_party/rust-crates/rustc_deps:failure",
]
}