summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"