[package] name = "rlocate" version = "0.0.1" authors = ["Elf M. Sternberg "] description = "Unix Locate/Updatedb utility" license = "Apache-2.0 WITH LLVM-exception" categories = ["coreutil"] keywords = ["unix", "utility", "cli"] repository = "https://git.elfsternberg.com/elf/rlocate" readme = "README.md" # default-run = "locate" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.137"