foxtrot/Cargo.toml
2022-02-17 13:59:25 -05:00

14 lines
408 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/safe-async/polldance" }
[dev-dependencies]
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }
join-all = { git = "https://git.asonix.dog/safe-async/join-all" }