polldance/Cargo.toml
2022-08-28 10:22:28 -05:00

17 lines
380 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.36.0-rc1", default-features = false, features = [
"fs",
"net",
"std",
] }
[dev-dependencies]
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }