blob: 4725f76876ad13aec50bc46cea36322e0fb80f32 [file] [log] [blame]
[package]
name = "simple_deps"
version = "0.1.0"
authors = ["Benjamin Brittain <bwb@google.com>"]
edition = "2018"
[target.'cfg(target_os = "fuchsia")'.dependencies]
anyhow = "1.0.27"
# gn config
[gn.package.anyhow."1.0.27"]
rustflags = ["--cfg=backtrace"]
[gn.package.anyhow."1.0.27".platform."cfg(target_os = \"fuchsia\")"]
configs = [ "//build/config/fuchsia:libunwind" ]