jive/Cargo.toml

22 lines
663 B
TOML
Raw Normal View History

2022-02-16 23:32:02 +00:00
[package]
name = "jive"
version = "0.1.0"
edition = "2021"
2022-03-05 18:59:14 +00:00
[features]
default = []
tokio-io-compat = ["foxtrot/tokio-compat"]
futures-io-compat = ["foxtrot/futures-compat"]
2022-02-16 23:32:02 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bachata = { git = "https://git.asonix.dog/safe-async/bachata" }
2022-02-16 23:32:02 +00:00
foxtrot = { git = "https://git.asonix.dog/safe-async/foxtrot" }
jitterbug = { git = "https://git.asonix.dog/safe-async/jitterbug" }
select = { git = "https://git.asonix.dog/safe-async/select" }
2022-02-16 23:32:02 +00:00
[dev-dependencies]
2022-02-17 19:00:07 +00:00
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }
2022-02-17 02:21:32 +00:00
httparse = "1.6.0"