mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-14 00:36:22 +01:00
31ec6aa904
Bumps the minor group with 1 update: [serde](https://github.com/serde-rs/serde). - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
823 B
TOML
28 lines
823 B
TOML
[package]
|
|
name = "tree-owners"
|
|
version = "1.0.2"
|
|
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.193", 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"
|