| # 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. |
| |
| # DO NOT EDIT. THIS FILE IS GENERATED BY CARGO GNAW. EDIT THE CARGO TOML FILE |
| |
| group("simple") { |
| deps = [ ":simple-v1_0_25" ] |
| } |
| |
| rust_library("simple-v1_0_25") { |
| crate_name = "simple" |
| crate_root = "//tools/cargo-gnaw/tests/simple/src/lib.rs" |
| output_name = "simple-3b5ec47e038ac967" |
| |
| deps = [] |
| |
| rustenv = [] |
| |
| rustflags = [ |
| "--cap-lints=allow", |
| "--edition=2018", |
| "-Cmetadata=3b5ec47e038ac967", |
| "-Cextra-filename=-3b5ec47e038ac967", |
| ] |
| } |