aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6481839..ba86cc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "uris"
-version = "1.3.1"
+version = "0.1.0"
description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)"
-authors = ["Richard Walters <rwalters@digitalstirling.com>"]
+authors = ["Richard Walters <rwalters@digitalstirling.com>", "Martin Fischer <martin@push-f.com>"]
edition = "2021"
license-file = "LICENSE.txt"
readme = "README.md"