foxtrot/Cargo.toml

18 lines
517 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
[features]
default = []
futures-compat = ["futures-io"]
[dependencies]
polldance = { git = "https://git.asonix.dog/safe-async/polldance" }
futures-io = { version = "0.3.21", optional = true }
[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" }