xref: /third_party/rust/crates/log/tests/Cargo.toml (revision 2d8ae3ab)
1[package]
2name = "integration"
3version = "0.1.0"
4publish = false
5build = "src/build.rs"
6
7[features]
8std = ["log/std"]
9
10[dependencies.log]
11path = ".."
12
13[dev-dependencies.rustversion]
14version = "1.0"
15