docs: changelog
This commit is contained in:
+8
-8
@@ -11,14 +11,14 @@ readme = "README.md"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
bollard = "0.12.0"
|
||||
cansi = "2.1.1"
|
||||
clap={version="3.1.0", features = ["derive", "unicode"] }
|
||||
crossterm = "0.23.2"
|
||||
futures-util = "0.3.21"
|
||||
parking_lot = {version= "0.12.0"}
|
||||
tokio = {version = "1.17.0", features=["full"]}
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = "0.3.9"
|
||||
cansi = "2.1"
|
||||
clap={version="3.1", features = ["derive", "unicode"] }
|
||||
crossterm = "0.23"
|
||||
futures-util = "0.3"
|
||||
parking_lot = {version= "0.12"}
|
||||
tokio = {version = "1.19", features=["full"]}
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tui = "0.18"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user