From f24fe7f6d3b443005cde04d01c79b61b1a7a30fd Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 27 Sep 2022 18:01:02 +0200 Subject: [PATCH] Add missing fields to Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c9c106..54eab5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] 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)" 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"