bachata/Cargo.toml
2022-03-07 15:53:06 -06:00

12 lines
380 B
TOML

[package]
name = "bachata"
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" }