blob: b4305cf2da54ab0fda506640fb4de52ff577772b [file] [log] [blame]
# Copyright 2021 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_start") {
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",
]
sources = [
"src/args.rs",
"src/lib.rs",
]
}