16 lines
No EOL
360 B
TOML
16 lines
No EOL
360 B
TOML
[package]
|
|
name = "splatoon-server-rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.21.0", features = ["derive"] }
|
|
dotenv = "0.15.0"
|
|
once_cell = "1.20.2"
|
|
rc4 = "0.1.0"
|
|
thiserror = "2.0.11"
|
|
v_byte_macros = { git = "https://github.com/DJMrTV/VByteMacros" }
|
|
simplelog = "0.12.2"
|
|
chrono = "0.4.39"
|
|
log = "0.4.25"
|
|
anyhow = "1.0.95" |