gitbutler/crates/gitbutler-command-context/Cargo.toml
2024-07-16 19:39:46 +02:00

14 lines
275 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
tracing = "0.1.40"
gitbutler-project.workspace = true
itertools = "0.13"