summaryrefslogtreecommitdiffstats
path: root/build/rust/cfg-if/Cargo.toml
blob: fff5b54155c03795a2525efeb4366741a01d3b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cfg-if"
version = "0.1.999"
edition = "2018"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[dependencies]
cfg-if = "1.0"