diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-24 10:57:07 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-24 10:57:07 +0200 |
| commit | 0af0da3257671c65c8d55b886536b7b1d2bd3dc2 (patch) | |
| tree | 2119f007c6ff53cf6f0ef9ca0c45c01039594266 /Cargo.toml | |
| parent | 657cabfb515ac0e18dc0c2e2ca4fc03e2e24cf65 (diff) | |
Cleanup and add license
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" |
