feat(crate): enable optimizations
This commit is contained in:
parent
4eb5c1d5e7
commit
5f5f105c0d
1 changed files with 12 additions and 0 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -3,6 +3,18 @@ name = "professor"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
overflow-checks = false
|
||||
debug = "none"
|
||||
debug-assertions = false
|
||||
strip = true
|
||||
lto = "fat"
|
||||
panic = "abort"
|
||||
|
||||
|
||||
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
regex = "1.11.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue