From f579e622bb37a7ec2eb6ac876180fffeaf2577ad Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 5 Dec 2021 02:02:47 +0100 Subject: reset version, update authors, credit in README --- Cargo.toml | 4 ++-- README.md | 6 ++++++ 2 files changed, 8 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 "] +authors = ["Richard Walters ", "Martin Fischer "] edition = "2021" license-file = "LICENSE.txt" readme = "README.md" diff --git a/README.md b/README.md index be85a0b..64114f4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ The purpose of this library is to provide a `Uri` type to represent a URI, with functions to parse URIs from their string representations, as well as assemble URIs from their various components. +## Credits + +This library has been forked from [rhymuri](https://crates.io/crates/rhymuri) +because it was unmaintained at the time. +Thanks to Richard Walters for the original implementation! + ## License Licensed under the [MIT license](LICENSE.txt). -- cgit v1.2.3