polldance/Cargo.toml
2023-08-25 12:11:07 -05:00

19 lines
397 B
TOML

[package]
name = "polldance"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rustix = { version = "0.38.8", default-features = false, features = [
"event",
"fs",
"net",
"pipe",
"std",
] }
[dev-dependencies]
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }