blob: 2fbabf09b4ec12898d349632a57305b5ad7fa0c9 [file]
# 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("//src/developer/ffx/build/ffx_plugin.gni")
ffx_plugin("ffx_target_forward") {
version = "0.1.0"
edition = "2018"
plugin_deps = [ "tcp:ffx_target_forward_tcp" ]
sources = [ "src/args.rs" ]
}