From 0af0da3257671c65c8d55b886536b7b1d2bd3dc2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 10:57:07 +0200 Subject: Cleanup and add license --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3.1