blob: a258c87b45a475dd0995156db68d0bbb2b5f48b6 [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-preview",
]
}