Files
lazyff/Cargo.toml
T
otto 471aa6fb0c Initial release: friendly TUI for FFmpeg
File browser, stackable edits (trim, resize, crop, rotate, speed,
color, effects, fps, compress, convert, audio) with a live preview
of the generated ffmpeg command, progress bar with cancel, audio-aware
edit menus, and Catppuccin Macchiato theme.
2026-06-11 11:23:01 +01:00

15 lines
279 B
TOML

[package]
name = "lazyff"
version = "0.1.0"
edition = "2021"
description = "A friendly TUI for FFmpeg — trim, resize, crop, compress and convert without memorizing flags"
[dependencies]
ratatui = "0.29"
serde_json = "1"
anyhow = "1"
[profile.release]
lto = true
strip = true