mirror of
https://github.com/eRgo35/ascii.git
synced 2026-02-04 12:46:09 +01:00
11 lines
183 B
TOML
11 lines
183 B
TOML
[package]
|
|
name = "ascii-gen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
atty = "0.2.14"
|
|
clap = { version = "4.5.8", features = ["derive"] }
|
|
colored = "2.1.0"
|
|
image = "0.24.9"
|