blob: f5967c556cd0f795857e6eb3ec582d88982bf629 [file]
# 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",
]
sources = [
"src/args.rs",
"src/lib.rs",
]
}