initial commit
This commit is contained in:
commit
0ed05f6116
15 changed files with 645 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue