mirror of
https://github.com/SL-RU/mmtui.git
synced 2025-03-04 00:14:45 +01:00
add formatter
This commit is contained in:
parent
7f2ac0f3f3
commit
3fa98701d5
2 changed files with 12 additions and 0 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -10,3 +10,14 @@ sys-mount = "3.0.1"
|
||||||
tokio = {version = "1.42.0", features = ["full"]}
|
tokio = {version = "1.42.0", features = ["full"]}
|
||||||
tokio-stream = "0.1.17"
|
tokio-stream = "0.1.17"
|
||||||
udisks2 = "0.2.0"
|
udisks2 = "0.2.0"
|
||||||
|
|
||||||
|
[lints.clippy]
|
||||||
|
pedantic = { level = "warn", priority = -1 }
|
||||||
|
must_use_candidate = { level = "allow" }
|
||||||
|
expect_used = { level = "allow" }
|
||||||
|
unwrap_used = { level = "warn" }
|
||||||
|
panic = { level = "allow" }
|
||||||
|
doc_markdown = { level = "allow" }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
edition = "2024"
|
Loading…
Add table
Reference in a new issue