slowcat v1.0
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "slowcat"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = true
|
||||
debug = false
|
||||
panic = "unwind"
|
||||
codegen-units = 1
|
Reference in New Issue
Block a user