mpsc/Cargo.toml

12 lines
251 B
TOML
Raw Normal View History

2022-02-17 18:39:47 +00:00
[package]
name = "mpsc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-17 18:53:09 +00:00
[dev-dependencies]
jive = { git = "https://git.asonix.dog/safe-async/jive" }