2021-06-24 02:00:56 +00:00
|
|
|
[package]
|
2022-11-11 16:31:22 +00:00
|
|
|
name = "rlocate"
|
|
|
|
version = "0.0.1"
|
2021-06-24 02:00:56 +00:00
|
|
|
authors = ["Elf M. Sternberg <elf.sternberg@gmail.com>"]
|
2022-11-11 16:31:22 +00:00
|
|
|
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"
|
2021-06-24 02:00:56 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-27 00:49:25 +00:00
|
|
|
libc = "0.2.137"
|
2022-11-11 16:31:22 +00:00
|
|
|
|