0
0
mirror of https://github.com/TeFiLeDo/tree-owners.git synced 2024-11-14 00:36:22 +01:00
tree-owners/Cargo.toml
dependabot[bot] c7192d279a
update dependencies
Bumps the minor group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [clap](https://github.com/clap-rs/clap).


Updates `anyhow` from 1.0.75 to 1.0.76
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.76)

Updates `clap` from 4.4.10 to 4.4.11
- [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.4.10...v4.4.11)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: clap
  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>
2023-12-27 00:08:58 +01:00

28 lines
825 B
TOML

[package]
name = "tree-owners"
version = "1.0.3"
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.76"
clap = { version = "4.4.11", 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.76"
clap = { version = "4.4.11", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "4.4.1"