diff --git a/libs/rfc6052/Cargo.toml b/libs/rfc6052/Cargo.toml index 7bbb9bb..45f68d7 100644 --- a/libs/rfc6052/Cargo.toml +++ b/libs/rfc6052/Cargo.toml @@ -9,9 +9,9 @@ homepage = "https://github.com/ewpratten/protomask/tree/master/libs/rfc6052" documentation = "https://docs.rs/rfc6052" repository = "https://github.com/ewpratten/protomask" license = "GPL-3.0" -keywords = [] -categories = [] +keywords = ["rfc6052", "ipv4-embedded-ipv6", "address-translation", "ipv4", "ipv6"] +categories = ["algorithms", "encoding", "network-programming"] [dependencies] thiserror = "^1.0.44" -ipnet = "^2.8.0" \ No newline at end of file +ipnet = "^2.8.0"