blob: a3073cf440dbafcc95bdc491ef5ef4c01ea69655 [file] [log] [blame]
# Copyright 2020 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/ffx_plugin.gni")
ffx_plugin("ffx_starnix_shell") {
version = "0.0.1"
edition = "2018"
deps = [
"//sdk/fidl/fuchsia.starnix.developer:fuchsia.starnix.developer-rustc",
"//src/lib/fidl/rust/fidl",
"//src/lib/fuchsia-async",
"//third_party/rust_crates:blocking",
"//third_party/rust_crates:signal-hook",
]
args_sources = [ "src/args.rs" ]
sources = [ "src/lib.rs" ]
}