diff --git a/Cargo.toml b/Cargo.toml index 6e6f4bf..63bda13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ version = "0.1.0" authors = ["Sebastian Wiesner "] edition = "2018" license = "Apache-2.0" +keywords = ["gethostname", "DNS", "hostname"] +categories = ["os", "api-bindings"] [dev-dependencies] pretty_assertions = "^0.5"