aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-05 01:57:55 +0100
committerMartin Fischer <martin@push-f.com>2021-12-05 01:58:26 +0100
commit5cb747b5c7c052cfafe4b5db6de62ea4f9739873 (patch)
tree06be1ab6dd98d6f02a99c44d3130ddf2a3f4f952 /Cargo.toml
parent799f2d02bea9bb16780bce01d4f3d831954bf9f0 (diff)
rename library to uris
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c4df3f0..c0ac751 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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>"]