polldance/Cargo.toml
2022-03-15 21:28:04 -05:00

13 lines
294 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 = "0.34.0"
[dev-dependencies]
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }