From 7d36dfaf8917cae3d8a01d7ef97a57715c38dc45 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Wed, 7 Aug 2024 22:37:52 -0400 Subject: [PATCH] rename rust crate The original name of the Rust crate is specifically the name of the Rust implementation. Rename it to the project name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98fb852..f9846b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rusted-fetter" +name = "unfettered-keyboard" version = "0.1.0" edition = "2018"