mirror of
https://old.git.ood.ovh/nehu/tokio-messaging.git
synced 2025-04-28 19:38:06 +02:00
9 lines
218 B
TOML
9 lines
218 B
TOML
[package]
|
|
name = "tokio-messaging"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4"
|
|
num-traits = "0.2"
|
|
tokio = { version = "1.21", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
|