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"
|
||||
edition = "2024"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
[dependencies]
|
||||
actix-files = "0.6"
|
||||
actix-web = { version = "4" }
|
||||
clap = { version = "4", features = ["cargo", "derive"] }
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4" }
|
||||
actix-files = "0.6"
|
||||
clap = { version = "4", features = ["cargo", "derive"] }
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = false
|
||||
strip = true
|
||||
lto = true
|
||||
panic = "unwind"
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user