blob: 9cb5308bb7754bd512af0a55490a7876b719ae66 [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_library.gni")
rustc_library("tel_dev") {
edition = "2018"
deps = [
"//garnet/lib/rust/files_async",
"//garnet/public/lib/fidl/rust/fidl",
"//src/connectivity/telephony/lib/tel-devmgr/fidl:devmgr-rustc",
"//src/lib/fdio/rust:fdio",
"//src/lib/fuchsia-async",
"//src/lib/fuchsia-component",
"//src/lib/zircon/rust:fuchsia-zircon",
"//third_party/rust_crates:anyhow",
"//third_party/rust_crates:futures",
"//third_party/rust_crates:thiserror",
"//zircon/system/fidl/fuchsia-device:fuchsia-device-rustc",
"//zircon/system/fidl/fuchsia-io:fuchsia-io-rustc",
"//zircon/system/fidl/fuchsia-telephony-snoop:fuchsia-telephony-snoop-rustc",
]
}