mirror of
https://github.com/eRgo35/ascii.git
synced 2026-02-03 20:36:10 +01:00
16 lines
394 B
TOML
16 lines
394 B
TOML
[package]
|
|
name = "ascii"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
atty = "0.2.14"
|
|
clap = { version = "4.5.8", features = ["derive"] }
|
|
clearscreen = "3.0.0"
|
|
colored = "2.1.0"
|
|
ffmpeg-next = "7.0.2"
|
|
image = "0.24.9"
|
|
nokhwa = { path = "../../Software/nokhwa", version = "0.10.4", features = ["input-native"] }
|
|
video-rs = "0.8.1"
|
|
openssl = { version = "0.10.35", features = ["vendored"] }
|