Added decoding from morse text

This commit is contained in:
ghaisan
2024-10-04 01:12:51 +07:00
parent b92f3c5b59
commit ba8eac6bde
4 changed files with 110 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "morse_rs"
description = "A simple morse code translator, with the abilty to write to WAV files using Hound."
license = "MIT"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[dependencies]