[package] name = "mnem" version = "0.1.0" description = "An extra-fuzzy shell history searcher" keywords = ["shell", "terminal", "history", "search"] categories = ["command-line-utilities"] homepage = "https://gitlab.com/dmfay/mnem" readme = "README.md" authors = ["Dian M Fay "] edition = "2018" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "3.0" lazy_static = "1.4.0" maplit = "1.0.2" regex = "1.3.9" skim = "0.8.1" structopt = { version = "0.3", default-features = false }