From af85dc7dcfd3f6d117f61b5ce0034fbfd7ae6671 Mon Sep 17 00:00:00 2001 From: Ben Aaron Goldberg Date: Mon, 25 Oct 2021 06:24:57 -0400 Subject: [PATCH] web: rename crate to up dashes instead of underscores. Signed-off-by: Ben Aaron Goldberg --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index 8063719..4bb89e7 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pronouns_today_web" +name = "pronouns-today-web" version = "0.1.0" edition = "2021"