blob: 0ebef712937e5d653129922734e4739c91516874 [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.
import("//build/rust/rust_library.gni")
rust_library("tokio-fuchsia") {
deps = [
"//garnet/public/rust/crates/fuchsia-zircon",
"//third_party/rust-crates:bytes-0.4.5",
"//third_party/rust-crates:futures-0.1.16",
"//third_party/rust-crates:tokio-io-0.1.3",
"//third_party/rust-mirrors/mio",
"//third_party/rust-mirrors/tokio-core",
]
with_tests = true
}