Fill some Cargo.toml items for crates.io

This commit is contained in:
moznion
2020-12-12 14:17:42 +09:00
parent 71d2323c05
commit c2ed7ac6cd

View File

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