[package] name = "mlocate-rs" version = "0.1.0" authors = ["Elf M. Sternberg "] edition = "2018" license = "MPL-2.0+" description = "Rust implementation of the Linux mlocate client, with library." repository = "https://github.com/elfsternberg/mlocate-rs" readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] globset = "0.4.8" regex = "1.5.4" clap = "2.33.3" structview = "1.1.0"