mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
14 lines
288 B
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
|