jive/Cargo.toml

15 lines
422 B
TOML
Raw Normal View History

2022-02-16 23:32:02 +00:00
[package]
name = "jive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
foxtrot = { git = "https://git.asonix.dog/safe-async/foxtrot" }
jitterbug = { git = "https://git.asonix.dog/safe-async/jitterbug" }
[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"