mirror of
https://github.com/arthur-pbty/runapp.git
synced 2026-08-01 20:29:50 +02:00
21 lines
519 B
TOML
21 lines
519 B
TOML
[package]
|
|
name = "runapp"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ratatui = "0.26.0"
|
|
crossterm = "0.27.0"
|
|
ratatui-image = "1.0.5"
|
|
image = { version = "0.25.0", features = ["webp", "avif", "rayon", "tiff", "pnm", "tga", "dds", "qoi", "exr"] }
|
|
resvg = "0.42.0"
|
|
usvg = "0.42.0"
|
|
tiny-skia = "0.11.4"
|
|
toml = "0.8.12"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
evalexpr = "11.0.0"
|
|
dirs = "5.0.1"
|
|
fuzzy-matcher = "0.3.7"
|
|
anyhow = "1.0"
|
|
indexmap = { version = "2.2", features = ["serde"] } |