[package] name = "reveal-cli" version = "0.1.0" description = "Interactively reveal lines from a file or `stdin`, one line at a time." authors = ["Eddie Antonio Santos "] license = "GPL-3.0-or-later" repository = "https://github.com/eddieantonio/reveal" keywords = ["cli", "filter", "interactive"] categories = ["command-line-utilities"] edition = "2021" [[bin]] name = "reveal" path = "src/main.rs" [dependencies] nix = { version = "0.29.0", features = ["fs"] }