mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
26 lines
661 B
TOML
26 lines
661 B
TOML
[package]
|
|
name = "gitbutler-cli"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
rust-version = "1.74"
|
|
|
|
[[bin]]
|
|
name = "gitbutler-cli"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
gitbutler-oplog.workspace = true
|
|
gitbutler-project.workspace = true
|
|
gitbutler-reference.workspace = true
|
|
gitbutler-branch-actions.workspace = true
|
|
gitbutler-command-context.workspace = true
|
|
gitbutler-branch.workspace = true
|
|
gitbutler-diff.workspace = true
|
|
gix = { workspace = true, features = ["max-performance-safe"] }
|
|
dirs-next = "2.0.0"
|
|
clap = { version = "4.5.13", features = ["derive", "env"] }
|
|
anyhow = "1.0.86"
|
|
chrono = "0.4.10"
|