From c2ed7ac6cd0fd83c103206fedef2d782877c8118 Mon Sep 17 00:00:00 2001 From: moznion Date: Sat, 12 Dec 2020 14:17:42 +0900 Subject: [PATCH] Fill some Cargo.toml items for crates.io --- radius/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"]