cargo.toml ; minsize this
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "http-rs"
|
name = "http-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
author="rattatwinko"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@@ -8,3 +9,12 @@ logger-rust = "0.2.12"
|
|||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
threadpool = "1.8.1"
|
threadpool = "1.8.1"
|
||||||
tiny_http = "0.12.0"
|
tiny_http = "0.12.0"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = "z"
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = "abort"
|
||||||
|
strip = true
|
||||||
|
debug = false
|
||||||
|
incremental = false
|
||||||
|
|||||||
Reference in New Issue
Block a user