From f3d1a9ee2802faa7e6fc08ddffdd8c197d6010aa Mon Sep 17 00:00:00 2001 From: ghaisan Date: Thu, 3 Oct 2024 23:57:41 +0700 Subject: [PATCH] crates.io compliant --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36f27be..6e6b65b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] -name = "morse-translator" +name = "morse_rs" +description = "A simple morse code translator, with the abilty to write to WAV files using Hound." +license = "MIT" version = "0.1.0" edition = "2021"