blob: 7f03698c82d908492eddbd3e480b8981ad466dba [file] [log] [blame]
# 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 = "//simple/src/lib.rs"
output_name = "simple-3b5ec47e038ac967"
deps = []
rustenv = []
rustflags = [
"--cap-lints=allow",
"--edition=2018",
"-Cmetadata=3b5ec47e038ac967",
"-Cextra-filename=-3b5ec47e038ac967",
]
}