mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
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]
|
|
git2 = { version = "0.17.2", features = ["vendored-openssl", "vendored-libgit2"] }
|
|
dirs = "5.0.1"
|
|
colored = "2.0.0"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
dialoguer = "0.10.4"
|
|
anyhow = "1.0.71"
|
|
gitbutler = { path = "../tauri" }
|