blob: 4684de036fdebcde79d2e1946e9aaed644dc10f2 [file] [log] [blame]
# Copyright 2019 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/rust/rustc_binary.gni")
rustc_binary("merge_sdk") {
name = "merge_sdk"
with_unit_tests = true
edition = "2018"
deps = [
"//build/sdk/meta:rust",
"//third_party/rust_crates:failure",
"//third_party/rust_crates:flate2",
"//third_party/rust_crates:serde_json",
"//third_party/rust_crates:structopt",
"//third_party/rust_crates:tar",
"//third_party/rust_crates:tempfile",
]
}