foxtrot/Cargo.toml

14 lines
408 B
TOML
Raw Normal View History

2022-02-15 18:17:58 +00:00
[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]
2022-02-15 18:27:17 +00:00
polldance = { git = "https://git.asonix.dog/safe-async/polldance" }
2022-02-15 18:17:58 +00:00
[dev-dependencies]
2022-02-16 20:42:30 +00:00
read-write-buf = { git = "https://git.asonix.dog/asonix/read-write-buf" }
2022-02-15 18:27:17 +00:00
async-join = { git = "https://git.asonix.dog/safe-async/async-join" }