blob: d3cbb9593f77e187098890c3649fb2148379eeab [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/rust/rustc_binary.gni")
rustc_binary("echo_client") {
edition = "2018"
deps = [
"//garnet/public/rust/fuchsia-async",
"//garnet/public/rust/fuchsia-component",
"//examples/components/routing/fidl:echo-rustc",
"//third_party/rust_crates:failure",
"//third_party/rust_crates:futures-preview",
]
}