summaryrefslogtreecommitdiffstats
path: root/build/rust/bitflags/Cargo.toml
blob: 7595f3b5bb99626df24ed207a69c317bb1ccae16 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "bitflags"
version = "1.999.999"
edition = "2018"
license = "MIT/Apache-2.0"

[lib]
path = "lib.rs"

[dependencies.bitflags]
version = "2"