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

14 lines
288 B
TOML

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