rs-basic/members/mpsc-full/Cargo.toml
Christoph J. Scherr d804f5b2a6
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m26s
mpsc-full
2024-03-04 12:18:19 +01:00

9 lines
202 B
TOML

[package]
name = "mpsc-full"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true