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

[lib]
path = "lib.rs"

[dependencies.bitflags]
version = "1.0"