foxtrot/Cargo.toml

15 lines
430 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-03-04 02:36:43 +00:00
futures-io = "0.3.21"
2022-02-15 18:17:58 +00:00
[dev-dependencies]
2022-02-17 18:59:25 +00:00
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }
2022-02-17 18:57:39 +00:00
join-all = { git = "https://git.asonix.dog/safe-async/join-all" }