blob: 9ebd0087d64e37bec178be2ff3e39568b9e6af35 [file] [log] [blame]
# Copyright 2017 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.
[package]
name = "echo_server_rust"
version = "0.1.0"
license = "BSD-3-Clause"
authors = ["Taylor Cramer <cramertj@google.com>"]
description = "Example of an echo server Fuchsia app in Rust"
[dependencies]
failure = "0.1.1"
fidl = "0.1"
fuchsia-app = "0.1"
futures = "0.1.15"
garnet_examples_fidl_services = "0.1"
tokio-core = "0.1"