mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-09 21:26:16 +01:00
28 lines
823 B
TOML
28 lines
823 B
TOML
[package]
|
|
name = "tree-owners"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
authors = ["Adrian Wannenmacher <tfld@tfld.dev>"]
|
|
license = "EUPL-1.2"
|
|
repository = "https://github.com/TeFiLeDo/tree-owners"
|
|
|
|
description = "Find all owners (user and group) inside a directory tree."
|
|
categories = ["command-line-utilities", "filesystem"]
|
|
keywords = ["cli", "linux", "file"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
clap = { version = "4.4.4", features = ["derive", "cargo", "wrap_help"] }
|
|
file-owner = "0.1.2"
|
|
human-panic = "1.2.0"
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
serde_json = "1.0.107"
|
|
|
|
[build-dependencies]
|
|
anyhow = "1.0.75"
|
|
clap = { version = "4.4.4", features = ["derive", "cargo", "wrap_help"] }
|
|
clap_complete = "4.4.1"
|