You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-log/aya-log-common/Cargo.toml

15 lines
203 B
TOML

3 years ago
[package]
name = "aya-log-common"
version = "0.1.1"
3 years ago
edition = "2018"
[features]
default = []
userspace = [ "aya" ]
[dependencies]
aya = { version = "0.10.5", optional=true }
3 years ago
[lib]
path = "src/lib.rs"