chore: Cargo.toml formatted
This commit is contained in:
+5
-6
@@ -17,7 +17,7 @@ unsafe_code = "forbid"
|
||||
[lints.clippy]
|
||||
expect_used = "warn"
|
||||
nursery = "warn"
|
||||
pedantic ="warn"
|
||||
pedantic = "warn"
|
||||
todo = "warn"
|
||||
unused_async = "warn"
|
||||
unwrap_used = "warn"
|
||||
@@ -29,15 +29,15 @@ similar_names = "allow"
|
||||
anyhow = "1.0"
|
||||
bollard = "0.15"
|
||||
cansi = "2.2"
|
||||
clap = { version = "4.4", features = ["derive", "unicode", "color"] }
|
||||
clap = { version = "4.4", features = ["color", "derive", "unicode"] }
|
||||
crossterm = "0.27"
|
||||
futures-util = "0.3"
|
||||
parking_lot = { version= "0.12" }
|
||||
parking_lot = { version = "0.12" }
|
||||
tokio = { version = "1.35", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
ratatui = "0.25"
|
||||
uuid = { version = "1.6", features = ["v4", "fast-rng"] }
|
||||
uuid = { version = "1.6", features = ["fast-rng", "v4"] }
|
||||
directories = "5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -46,6 +46,5 @@ directories = "5.0"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
strip=true
|
||||
strip = true
|
||||
debug = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user