Merge main into gatherings
This commit is contained in:
parent
a7c36c39ef
commit
2450341b5d
6 changed files with 84 additions and 674 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -3,6 +3,17 @@ name = "splatoon-server-rust"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.prod]
|
||||
inherits = "release"
|
||||
overflow-checks = false
|
||||
strip = true
|
||||
debug = false
|
||||
debug-assertions = false
|
||||
lto = true
|
||||
incremental = false
|
||||
|
||||
|
||||
|
||||
[dependencies]
|
||||
bytemuck = { version = "1.21.0", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue