blob: 405a4a9c74927682d7d56fa9ed45669f6b10e245 [file] [log] [blame] [edit]
# Copyright 2022 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.
[package]
name = "package-with-bin"
version = "0.1.0"
authors = ["Bryan Henry <bryanhenry@google.com>"]
edition = "2018"
[[bin]]
name = "foo-binary"
path = "src/main.rs"
[gn.package.package-with-bin."0.1.0"]
tests = true
[gn.package.package-with-bin."0.1.0".binary.foo-binary]
output_name = "foo-output"
[gn.package.package-with-bin."0.1.0".binary.foo-binary.platform."cfg(unix)"]
configs = [ "//applied/to/all" ]
[gn.package.package-with-bin."0.1.0".binary.foo-binary.platform."cfg(target_os = \"fuchsia\")"]
configs = [ "//extra/fuchsia/config" ]