chore: cargo.toml update

This commit is contained in:
Jack Wills
2022-07-23 13:35:20 +00:00
parent 8a3df33dfa
commit fdc6898e20
+4
View File
@@ -5,8 +5,11 @@ edition = "2021"
authors = ["Jack Wills <email@mrjackwills.com>"] authors = ["Jack Wills <email@mrjackwills.com>"]
description = "a simple tui to view & control docker containers" description = "a simple tui to view & control docker containers"
repository = "https://github.com/mrjackwills/oxker" repository = "https://github.com/mrjackwills/oxker"
homepage = "https://github.com/mrjackwills/oxker"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
keywords = ["docker", "tui", "tui-rs", "tokio"]
categories = ["command-line-utilities"]
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
@@ -16,6 +19,7 @@ clap={version="3.2", features = ["derive", "unicode"] }
crossterm = "0.24" crossterm = "0.24"
futures-util = "0.3" futures-util = "0.3"
parking_lot = {version= "0.12"} parking_lot = {version= "0.12"}
reqwest = "0.11.11"
tokio = {version = "1.20", features=["full"]} tokio = {version = "1.20", features=["full"]}
tracing = "0.1" tracing = "0.1"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"