chore: Cargo.toml formatted

This commit is contained in:
Jack Wills
2024-01-12 12:54:15 +00:00
parent 58ef151600
commit 1806165c3e
+2 -3
View File
@@ -29,7 +29,7 @@ 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" }
@@ -37,7 +37,7 @@ 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]
@@ -48,4 +48,3 @@ codegen-units = 1
panic = 'abort' panic = 'abort'
strip = true strip = true
debug = false debug = false