blob: 211581079c34cd799ff4db6dc450d980f7b291e3 [file] [log] [blame]
# Copyright 2019 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/package.gni")
import("//build/rust/rustc_binary.gni")
rustc_binary("virtio_net_test_util") {
name = "virtio_net_test_util"
edition = "2018"
deps = [
"//garnet/lib/rust/ethernet",
"//garnet/lib/rust/fidl_fuchsia_hardware_ethernet_ext",
"//garnet/public/rust/fuchsia-async",
"//garnet/public/rust/fuchsia-syslog",
"//garnet/public/rust/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:failure",
"//third_party/rust-crates/rustc_deps:futures-preview",
"//third_party/rust-crates/rustc_deps:structopt",
]
}