10 lines
171 B
TOML
10 lines
171 B
TOML
|
|
[package]
|
||
|
|
name = "splatoon-server-rust"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
bytemuck = "1.21.0"
|
||
|
|
dotenv = "0.15.0"
|
||
|
|
once_cell = "1.20.2"
|
||
|
|
thiserror = "2.0.11"
|