rust-nex/Cargo.toml

17 lines
382 B
TOML
Raw Normal View History

2025-01-19 13:02:15 +01:00
[package]
name = "splatoon-server-rust"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-01-19 14:14:48 +01:00
bytemuck = { version = "1.21.0", features = ["derive"] }
2025-01-19 13:02:15 +01:00
dotenv = "0.15.0"
once_cell = "1.20.2"
2025-01-19 14:14:48 +01:00
rc4 = "0.1.0"
2025-01-19 13:02:15 +01:00
thiserror = "2.0.11"
2025-01-19 14:14:48 +01:00
v_byte_macros = { git = "https://github.com/DJMrTV/VByteMacros" }
simplelog = "0.12.2"
chrono = "0.4.39"
log = "0.4.25"
2025-01-19 20:05:44 +01:00
anyhow = "1.0.95"
rand = "0.9.0-beta.3"