[[bin]] name = "ery" [package] name = "ery" version = "0.0.6" authors = ["owtotwo "] license = "GPL-3.0-or-later" edition = "2021" description = "Another Everything frontend for Windows file searching, but in Terminal." readme = "README.md" repository = "https://github.com/owtotwo/ery-rs" homepage = "https://github.com/owtotwo/ery-rs" documentation = "https://docs.rs/ery" keywords = ["everything", "terminal", "tui", "cli", "command-line"] [dependencies] crossterm = "0.28.1" ratatui = "0.28.1" anyhow = "1.0" tui-textarea = "0.6.1" everything-sdk = "0.0.6" clap = { version = "4.4.11", features = ["derive"] } # https://blog.rust-lang.org/2020/03/15/docs-rs-opt-into-fewer-targets.html [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]