1
0
distributed-systems-flyio/Cargo.toml

15 lines
422 B
TOML
Raw Permalink Normal View History

2024-01-01 19:32:01 +00:00
[package]
name = "distributed-systems-flyio"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-04 14:21:27 +00:00
dashmap = "5.5.3"
2024-05-06 08:02:01 +00:00
futures = "0.3.30"
2024-01-03 19:53:34 +00:00
rand = { version = "0.8.5", features = ["small_rng"] }
2024-01-01 20:13:11 +00:00
serde = { version = "1.0.193", features = ["serde_derive"] }
serde_json = "1.0.109"
2024-05-04 14:21:27 +00:00
tokio = { version = "1.37.0", features = ["full"] }