docs: changelog

This commit is contained in:
Jack Wills
2022-07-06 00:44:18 +00:00
parent f29e29ad15
commit 8a02656115
4 changed files with 24 additions and 14 deletions
+8 -8
View File
@@ -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]