Files
Marco Thomas 179d3422d8 Split project into ascii conversion and embded code
- Use workspaces for splitting
- Rewrite ascii conversion to rust
2022-05-14 18:56:02 +02:00

12 lines
292 B
TOML

[package]
name = "video-to-ascii"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asciify = "0.1.6"
clap = { version = "3.1.10", features = ["derive"] }
ffmpeg-next = "5.0.3"
image = "0.23.8"