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/Cargo.toml

17 lines
337 B
TOML

[package]
name = "aya-log"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
aya = { version = "0.10.5", features=["async_tokio"] }
aya-log-common = { version = "0.1", path = "../aya-log-common", features=["userspace"] }
thiserror = "1"
log = "0.4"
bytes = "1.1"
tokio = { version = "1.2.0" }
[lib]
path = "src/lib.rs"