fwd/Cargo.toml
2022-10-07 01:35:34 +00:00

11 lines
249 B
TOML

[package]
name = "fwd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1"
procfs = "0.14.1"
tokio = { version = "1", features = ["full"] }