From fdc6898e20c41415f03e310d7b84af4b6c39ab62 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sat, 23 Jul 2022 13:35:20 +0000 Subject: [PATCH] chore: cargo.toml update --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 44f4180..f46c723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,11 @@ edition = "2021" authors = ["Jack Wills "] 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" @@ -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"