Files
morse_rs/Cargo.toml
T
2024-10-04 01:12:51 +07:00

10 lines
210 B
TOML

[package]
name = "morse_rs"
description = "A simple morse code translator, with the abilty to write to WAV files using Hound."
license = "MIT"
version = "0.1.1"
edition = "2021"
[dependencies]
hound = "3.5.1"