blob: 351c7fbcdc39d6d3034fb16a35b0839b5ad9debd [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_binary.gni")
import("//build/package.gni")
rustc_binary("bin") {
name = "dhcpd_test_client"
deps = [
"//garnet/lib/rust/crates/dhcp",
"//garnet/public/rust/crates/fuchsia-async",
"//third_party/rust-crates/rustc_deps:failure",
"//third_party/rust-crates/rustc_deps:futures-preview",
]
}
package("dhcpd_test_client") {
deps = [
":bin",
]
binary = "rust_crates/dhcpd_test_client"
}