rlocate/crates/mlocate/Cargo.toml

18 lines
488 B
TOML

[package]
name = "mlocate-rs"
version = "0.1.0"
authors = ["Elf M. Sternberg <elf.sternberg@gmail.com>"]
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"