Files
morse_rs/Cargo.toml
T
ghaisan 943eaa52cc what
2024-10-09 20:27:56 +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.4"
edition = "2021"
[dependencies]
hound = "3.5.1"