[package] name = "witm" version = "0.0.1" edition = "2021" license = "MIT" description = "Find your lost manual pages" homepage = "https://gitlab.com/Kores/witm" repository = "https://gitlab.com/Kores/witm" readme = "README.md" keywords = ["manpage", "online-manpage", "documentation"] categories = ["command-line-utilities"] documentation = "https://docs.rs/witm/" [dependencies] clap = { version = "3.2.16", features = ["derive"] }