diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ [package] name = "ditdah" -version = "0.1.0" -edition = "2021" +version = "0.2.0" +edition = "2024" license = "MIT" description = "High-performance Morse code decoder with 100% test suite accuracy" repository = "https://github.com/yuvadm/ditdah" @@ -25,5 +25,3 @@ log = "0.4.27" rubato = "0.16.2" rustfft = "6.4.0" -[dev-dependencies] -tempfile = "3.8" |
