summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 10:57:07 +0200
committerYuval Adam <_@yuv.al>2025-06-24 10:57:07 +0200
commit0af0da3257671c65c8d55b886536b7b1d2bd3dc2 (patch)
tree2119f007c6ff53cf6f0ef9ca0c45c01039594266 /Cargo.toml
parent657cabfb515ac0e18dc0c2e2ca4fc03e2e24cf65 (diff)
Cleanup and add license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7754b4..ae49e1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"