Add some more extra fields

This commit is contained in:
Paul van Tilburg 2022-09-30 20:40:03 +02:00
parent 3a9bc96289
commit 93cc6a8501
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 4 additions and 1 deletions

View File

@ -3,9 +3,12 @@ name = "geo-uri"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
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"