[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