diff --git a/Cargo.toml b/Cargo.toml index 54eab5a..00ef9e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,12 @@ name = "geo-uri" version = "0.1.0" authors = ["Paul van Tilburg "] edition = "2021" -description = "A Rust crate for parsing uniform resource identifiers for geographic locations (geo URIs)" +description = "A crate for parsing and generating uniform resource identifiers for geographic locations (geo URIs)" +homepage = "https://git.luon.net/paul/geo-uri-rs" +repository = "https://git.luon.net/paul/geo-uri-rs.git" readme = "README.md" license = "MIT" +keywords = ["geolocation", "uri", "parser", "rfc5870"] [dependencies] derive_builder = "0.11.2"