gitbutler/crates/gitbutler-command-context/Cargo.toml

15 lines
302 B
TOML

[package]
name = "gitbutler-command-context"
version = "0.0.0"
edition = "2021"
authors = ["GitButler <gitbutler@gitbutler.com>"]
publish = false
[dependencies]
anyhow = "1.0.86"
git2.workspace = true
gix.workspace = true
tracing.workspace = true
gitbutler-project.workspace = true
itertools = "0.13"