[package] name = "flirt" version = "0.1.0" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "FiLe InteRacT, the file interaction tool for your command line" keywords = ["flirt"] categories = ["command-line-utilities"] homepage = "https://git.sr.ht/~hadronized/flirt/" repository = "https://git.sr.ht/~hadronized/flirt/" readme = "README.md" edition = "2021" rust-version = "1.82.0" [dependencies] bitflags = "2.6.0" clap = { version = "4.5.21", features = ["derive"] } crossterm = "0.28.1" pathdiff = "0.2.3" serde = { version = "1.0.214", features = ["derive"] } thiserror = "2.0.3" toml = "0.8.19" unicode-width = "0.2.0"