blob: 0d74d3d8714ddee51cf8da31d8a783403287669f [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/rust/rustc_binary.gni")
rustc_binary("bt-hci-emulator") {
name = "bt_hci_emulator"
with_unit_tests = true
edition = "2018"
deps = [
"//src/connectivity/bluetooth/lib/fuchsia-bluetooth",
"//src/lib/fuchsia-async",
"//third_party/rust_crates:anyhow",
"//third_party/rust_crates:futures",
"//third_party/rust_crates:rand",
"//third_party/rust_crates:thiserror",
]
}