bachata/Cargo.toml

12 lines
380 B
TOML
Raw Permalink Normal View History

2022-03-07 21:50:10 +00:00
[package]
2022-03-07 21:53:06 +00:00
name = "bachata"
2022-03-07 21:50:10 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
foxtrot = { git = "https://git.asonix.dog/safe-async/foxtrot" }
mpsc = { git = "https://git.asonix.dog/safe-async/mpsc" }
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }