diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ name = "ditdah" version = "0.1.0" edition = "2021" +license = "MIT" +description = "High-performance Morse code decoder with 100% test suite accuracy" +repository = "https://github.com/yuvadm/ditdah" +keywords = ["morse", "audio", "signal-processing", "decoder"] +categories = ["multimedia::audio", "science"] [lib] name = "ditdah" |
