mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
34 lines
815 B
TOML
34 lines
815 B
TOML
[package]
|
|
name = "gitbutler-testsupport"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
doctest = false
|
|
test = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
once_cell = "1.20"
|
|
git2.workspace = true
|
|
tempfile = "3.13.0"
|
|
keyring.workspace = true
|
|
serde_json = "1.0"
|
|
gix-testtools = "0.15.0"
|
|
gix.workspace = true
|
|
parking_lot.workspace = true
|
|
gitbutler-branch-actions = { path = "../gitbutler-branch-actions" }
|
|
gitbutler-repo = { path = "../gitbutler-repo" }
|
|
gitbutler-command-context.workspace = true
|
|
gitbutler-project.workspace = true
|
|
gitbutler-user.workspace = true
|
|
gitbutler-branch.workspace = true
|
|
gitbutler-reference.workspace = true
|
|
gitbutler-storage.workspace = true
|
|
gitbutler-url.workspace = true
|
|
gitbutler-stack.workspace = true
|
|
gitbutler-oxidize.workspace = true
|
|
uuid.workspace = true
|