fmt: Cargo.toml with tombi
This commit is contained in:
+7
-7
@@ -3,8 +3,8 @@ name = "linkspeed"
|
||||
version = "0.1.3"
|
||||
edition = "2024"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
[dependencies]
|
||||
eyre = "0.6"
|
||||
|
||||
[lints.clippy]
|
||||
redundant_closure_for_method_calls = "allow"
|
||||
@@ -14,22 +14,22 @@ pedantic = { level = "warn", priority = -1 }
|
||||
todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6"
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
strip = false
|
||||
debug-assertions = true
|
||||
overflow-checks = true
|
||||
strip = false
|
||||
lto = false
|
||||
panic = "unwind"
|
||||
codegen-units = 1
|
||||
|
||||
[profile.release-lto]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
debug = false
|
||||
strip = true
|
||||
debug-assertions = false
|
||||
overflow-checks = false
|
||||
strip = true
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user