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