border-wars/crates/server/Cargo.toml
Tipragot 27e0aad29d
Some checks are pending
Rust Checks / checks (push) Waiting to run
Avancement relatif
2024-04-12 04:36:23 +02:00

27 lines
692 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "The server of Border Wars"
repository = "https://git.tipragot.fr/corentin/border-wars.git"
[dependencies]
anyhow = "1.0.81"
axum = { version = "0.7.5", features = ["ws"] }
bincode = "1.3.3"
dashmap = "5.5.3"
flurry = "0.5.0"
futures = "0.3.30"
lazy_static = "1.4.0"
log = "0.4.21"
rand = "0.8.5"
scc = "2.0.19"
serde = { version = "1.0.197", features = ["derive"] }
slotmap = { version = "1.0.7", features = ["serde"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.8.0", features = ["v4", "serde", "v7"] }
# [lints]
# workspace = true