diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-05 01:57:55 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-05 01:58:26 +0100 |
commit | 5cb747b5c7c052cfafe4b5db6de62ea4f9739873 (patch) | |
tree | 06be1ab6dd98d6f02a99c44d3130ddf2a3f4f952 /Cargo.toml | |
parent | 799f2d02bea9bb16780bce01d4f3d831954bf9f0 (diff) |
rename library to uris
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "rhymuri" +name = "uris" version = "1.3.1" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters <rwalters@digitalstirling.com>"] |