Add missing fields to Cargo.toml

This commit is contained in:
Paul van Tilburg 2022-09-27 18:01:02 +02:00
parent 7ec8dbc7d3
commit f24fe7f6d3
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
[package]
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)"
readme = "README.md"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
derive_builder = "0.11.2"
thiserror = "1.0.35"