diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 94e3c37..a2babe8 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -7,6 +7,8 @@ description = "An async/await native implementation of the RADIUS server and cli license = "MPL-2.0" readme = "../README.md" repository = "https://github.com/moznion/radius-rs" +homepage = "https://github.com/moznion/radius-rs" +documentation = "https://docs.rs/radius" categories = ["network-programming"] keywords = ["radius", "async"]