mirror of
https://github.com/ghaisanghaisan/morse_rs.git
synced 2026-08-12 05:46:19 -05:00
10 lines
210 B
TOML
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.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
hound = "3.5.1"
|