fmt: tombi format of Cargo.toml
This commit is contained in:
+7
-7
@@ -3,22 +3,22 @@ name = "expose-dir-via-http"
|
|||||||
version = "1.3.56"
|
version = "1.3.56"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[lints.rust]
|
[dependencies]
|
||||||
unsafe_code = "forbid"
|
actix-files = "0.6"
|
||||||
|
actix-web = { version = "4" }
|
||||||
|
clap = { version = "4", features = ["cargo", "derive"] }
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
pedantic = { level = "warn", priority = -1 }
|
pedantic = { level = "warn", priority = -1 }
|
||||||
todo = "warn"
|
todo = "warn"
|
||||||
unwrap_used = "warn"
|
unwrap_used = "warn"
|
||||||
|
|
||||||
[dependencies]
|
[lints.rust]
|
||||||
actix-web = { version = "4" }
|
unsafe_code = "forbid"
|
||||||
actix-files = "0.6"
|
|
||||||
clap = { version = "4", features = ["cargo", "derive"] }
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
|
||||||
debug = false
|
debug = false
|
||||||
strip = true
|
strip = true
|
||||||
|
lto = true
|
||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user