diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-10-05 12:13:00 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-10-05 12:13:00 -0700 |
commit | da7c16742836067e0a7e921679c54fe16b6fa7ae (patch) | |
tree | a4895dd8298acfac6237de830178fd7226884231 | |
parent | 7f7d0d18ad53092e6eefc064d9f53c53fc231e73 (diff) |
Use lower snake case for Rust crate names
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "Uri" +name = "uri" version = "0.1.0" authors = ["Richard Walters <rwalters@digitalstirling.com>"] edition = "2018" |