From da7c16742836067e0a7e921679c54fe16b6fa7ae Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Mon, 5 Oct 2020 12:13:00 -0700 Subject: Use lower snake case for Rust crate names --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] edition = "2018" -- cgit v1.2.3