From 4f8c2d5bd96acb14147cf0189f351212176ab91d Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sat, 31 Jul 2021 12:55:57 -0400 Subject: [PATCH] Update keywords --- nut-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nut-client/Cargo.toml b/nut-client/Cargo.toml index 8bed77c..55b96f2 100644 --- a/nut-client/Cargo.toml +++ b/nut-client/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Aram Peres "] edition = "2018" description = "Network UPS Tools (NUT) client library" categories = ["network-programming"] -keywords = ["ups", "nut"] +keywords = ["ups", "nut", "tokio", "async"] repository = "https://github.com/aramperes/nut-client-rs" documentation = "https://docs.rs/nut-client" readme = "../README.md"