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"