mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-01 23:51:46 -04:00
c2a0e203c4
- Activate vb64 feature on personal ratatui_image - Add more detailed instructions on help string
25 lines
1021 B
TOML
25 lines
1021 B
TOML
[package]
|
|
name = "tdf"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
poppler-rs = { version = "0.23.0", features = ["v21_5"] }
|
|
cairo-rs = { version = "0.19.4", features = ["png"] }
|
|
ratatui = { git = "https://github.com/itsjunetime/ratatui.git" }
|
|
# ratatui = { path = "./ratatui" }
|
|
ratatui-image = { git = "https://github.com/itsjunetime/ratatui-image.git", branch = "vb64_on_personal", features = ["rustix", "vb64"], default-features = false }
|
|
# ratatui-image = { path = "./ratatui-image", features = ["rustix", "vb64"], default-features = false }
|
|
crossterm = { version = "0.27.0", features = ["event-stream"] }
|
|
image = { version = "0.25.1", features = ["png", "rayon"], default-features = false }
|
|
notify = "6.1.1"
|
|
tokio = { version = "1.37.0", features = ["rt", "sync", "macros"] }
|
|
futures-util = { version = "0.3.30", default-features = false }
|
|
glib = "0.19.6"
|
|
itertools = "*"
|
|
oxipng = { version = "9.1.1", default-features = false, features = ["parallel"] }
|
|
|
|
[profile.production]
|
|
inherits = "release"
|
|
lto = "fat"
|