Add some more fields

This commit is contained in:
Paul van Tilburg 2022-10-01 15:36:08 +02:00
parent 56a888d5a3
commit 7fbef8ddf9
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,15 @@
[package]
edition = "2021"
name = "geo-uri"
version = "0.1.1"
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2021"
rust-version = "1.60.0"
description = "A crate for parsing and generating uniform resource identifiers for geographic locations (geo URIs)"
repository = "https://git.luon.net/paul/geo-uri-rs"
readme = "README.md"
repository = "https://git.luon.net/paul/geo-uri-rs"
license = "MIT"
keywords = ["geolocation", "uri", "parser", "rfc5870"]
categories = ["parser-implementations", "web-programming", "encoding"]
[package.metadata.docs.rs]
all-features = true