blob: d82d48c7188ca6252c8195854bcad4a531e6c7c9 [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_component_run") {
version = "0.1.0"
edition = "2018"
args_with_unit_tests = true
deps = [
"//sdk/fidl/fuchsia.io:fuchsia.io-rustc",
"//sdk/fidl/fuchsia.sys2:fuchsia.sys2-rustc",
"//src/lib/fidl/rust/fidl",
"//src/lib/fuchsia-async",
"//src/lib/fuchsia-url",
"//third_party/rust_crates:async-trait",
]
sources = [
"src/args.rs",
"src/lib.rs",
]
}