Initial commit

This commit is contained in:
E Dunbar 2025-04-14 22:57:55 -05:00
commit 75475eaad0
4 changed files with 433 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "to-braille"
version = "0.1.0"
edition = "2021"
[dependencies]
crossterm = "0.29.0"