rlocate/Cargo.toml

19 lines
505 B
TOML

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