border-wars/crates/server/Cargo.toml
Tipragot 63afb174cf
Some checks failed
Rust Checks / checks (push) Has been cancelled
DADA
Co-authored-by: CoCoSol <CoCoSol007@users.noreply.github.com>
2024-04-08 19:53:21 +02:00

22 lines
561 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"
futures = "0.3.30"
lazy_static = "1.4.0"
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.8.0", features = ["v4"] }
# [lints]
# workspace = true