blob: 7b234a571e37ff2a36234f73fc96ddd8bf2750e4 [file] [log] [blame]
# 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 = "simple_deps"
version = "0.1.0"
authors = ["Benjamin Brittain <bwb@google.com>"]
edition = "2018"
[target.'cfg(target_os = "fuchsia")'.dependencies]
anyhow = "1.0.27"
[target.aarch64-apple-darwin.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" ]