rs-basic/members/tokio-send-sync/Cargo.toml

11 lines
231 B
TOML
Raw Normal View History

2024-02-15 16:29:38 +01:00
[package]
name = "tokio-send-sync"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio.workspace = true
anyhow.workspace = true