mirror of
https://github.com/elladunbar/to-braille.git
synced 2025-11-05 11:39:54 -06:00
11 lines
208 B
TOML
11 lines
208 B
TOML
[package]
|
|
name = "to-braille"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.37", features = ["derive"] }
|
|
crossterm = "0.29.0"
|
|
image = "0.25.6"
|
|
itertools = "0.14.0"
|
|
rand = "0.9.1"
|