Skip to content

Commit

Permalink
chore: cargo.toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jul 23, 2022
1 parent 8a3df33 commit fdc6898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ edition = "2021"
authors = ["Jack Wills <[email protected]>"]
description = "a simple tui to view & control docker containers"
repository = "https://github.com/mrjackwills/oxker"
homepage = "https://github.com/mrjackwills/oxker"
license = "MIT"
readme = "README.md"
keywords = ["docker", "tui", "tui-rs", "tokio"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0"
Expand All @@ -16,6 +19,7 @@ clap={version="3.2", features = ["derive", "unicode"] }
crossterm = "0.24"
futures-util = "0.3"
parking_lot = {version= "0.12"}
reqwest = "0.11.11"
tokio = {version = "1.20", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit fdc6898

Please sign in to comment.