blob: 442aa01b831b9f4781a03ced180dfb1f1b4d9e93 [file] [log] [blame]
# Copyright 2018 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/package.gni")
import("//build/rust/rustc_library.gni")
rustc_library("qmi") {
edition = "2018"
deps = [
"//garnet/public/lib/fidl/rust/fidl",
"//src/lib/fdio/rust:fdio",
"//src/lib/fuchsia-async",
"//src/lib/zircon/rust:fuchsia-zircon",
"//third_party/rust_crates:anyhow",
"//third_party/rust_crates:thiserror",
"//zircon/system/fidl/fuchsia-hardware-telephony-transport:fuchsia-hardware-telephony-transport-rustc",
"//zircon/system/fidl/fuchsia-telephony-snoop:fuchsia-telephony-snoop-rustc",
]
}