feat(master): added opimizations to porfile and added sucessful version of using reqwest to send a wehook to discord
This commit is contained in:
@ -8,3 +8,11 @@ actix-web = "4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
yaml-rust2 = "0.10.1"
|
||||
reqwest = "0.12.15"
|
||||
|
||||
[profile.release]
|
||||
debug = false
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
split-debuginfo = "off"
|
||||
panic = "abort"
|
||||
|
Reference in New Issue
Block a user