aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-05 12:13:00 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-05 12:13:00 -0700
commitda7c16742836067e0a7e921679c54fe16b6fa7ae (patch)
treea4895dd8298acfac6237de830178fd7226884231
parent7f7d0d18ad53092e6eefc064d9f53c53fc231e73 (diff)
Use lower snake case for Rust crate names
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 780007a..f59789b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "Uri"
+name = "uri"
version = "0.1.0"
authors = ["Richard Walters <rwalters@digitalstirling.com>"]
edition = "2018"