mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 03:42:38 +03:00
94d5730135
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>
19 lines
399 B
TOML
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" }
|