diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-05 02:02:47 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-05 02:03:43 +0100 |
commit | f579e622bb37a7ec2eb6ac876180fffeaf2577ad (patch) | |
tree | 15b49b6935406b42096e4d21412a6d9fd02a8096 /Cargo.toml | |
parent | 9c6fc4541b91187e146ae69ba60d177d1c391eed (diff) |
reset version, update authors, credit in README
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |