gitbutler/packages/butler/Cargo.toml

19 lines
399 B
TOML
Raw Normal View History

2023-07-17 14:21:47 +03:00
[package]
name = "butler"
version = "0.0.0"
description = ""
authors = [""]
license = ""
repository = ""
edition = "2021"
rust-version = "1.57"
[dependencies]
2023-09-14 09:54:23 +03:00
anyhow = "1.0.71"
2023-07-17 14:21:47 +03:00
clap = { version = "4.0", features = ["derive"] }
2023-09-14 09:54:23 +03:00
colored = "2.0.0"
2023-07-17 14:21:47 +03:00
dialoguer = "0.10.4"
2023-09-14 09:54:23 +03:00
dirs = "5.0.1"
git2 = { version = "0.17.2", features = ["vendored-openssl", "vendored-libgit2"] }
2023-09-06 11:46:07 +03:00
gitbutler = { path = "../tauri" }