blob: 115f600d2f182b04011b69b0cacf1a5a2155ee5b [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_server") {
edition = "2018"
deps = [
"//garnet/public/lib/fidl/rust/fidl",
"//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",
]
}