mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2025-04-28 06:49:32 +02:00
Bumps the minor group with 2 updates: [clap](https://github.com/clap-rs/clap) and [serde_json](https://github.com/serde-rs/json). Updates `clap` from 4.5.3 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.3...v4.5.4) Updates `serde_json` from 1.0.114 to 1.0.115 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.115) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
823 B
TOML
28 lines
823 B
TOML
[package]
|
|
name = "tree-owners"
|
|
version = "1.0.5"
|
|
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.81"
|
|
clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help"] }
|
|
file-owner = "0.1.2"
|
|
human-panic = "1.2.3"
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
serde_json = "1.0.115"
|
|
|
|
[build-dependencies]
|
|
anyhow = "1.0.81"
|
|
clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help"] }
|
|
clap_complete = "4.5.1"
|