mirror of https://github.com/aya-rs/aya
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.
17 lines
294 B
TOML
17 lines
294 B
TOML
[package]
|
|
name = "traffic-monitor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
log = "0.4"
|
|
anyhow = "1.0"
|
|
|
|
[[example]]
|
|
name = "standalone-demo"
|
|
path = "examples/standalone-demo.rs"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.0" |