foxtrot/Cargo.toml

13 lines
344 B
TOML

[package]
name = "foxtrot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
polldance = { git = "https://git.asonix.dog/asonix/polldance" }
rustix = "0.33.2"
[dev-dependencies]
async-join = { git = "https://git.asonix.dog/asonix/async-join" }