gitbutler/packages/butler/Cargo.toml
dependabot[bot] 94d5730135 Bump clap from 4.4.2 to 4.4.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.6.
- [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/clap_complete-v4.4.2...v4.4.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 13:27:41 +02:00

19 lines
399 B
TOML

[package]
name = "butler"
version = "0.0.0"
description = ""
authors = [""]
license = ""
repository = ""
edition = "2021"
rust-version = "1.57"
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.4", features = ["derive"] }
colored = "2.0.0"
dialoguer = "0.11.0"
dirs = "5.0.1"
git2 = { version = "0.18.1", features = ["vendored-openssl", "vendored-libgit2"] }
gitbutler = { path = "../tauri" }