[package] name = "glossary" description = "A fast and lightweight flat-file indexer" version = "0.1.1" authors = ["Walton Seymour "] edition = "2018" repository = "https://github.com/waltonseymour/glossary/" license = "MIT" exclude = [ "*.csv", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1" clap = "2.33"