mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 08:01:46 +03:00
c8658b9a23
This is to establish a patter of which crates represent a higher level logic
29 lines
712 B
TOML
29 lines
712 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.19"
|
|
git2.workspace = true
|
|
tempfile = "3.10.1"
|
|
keyring.workspace = true
|
|
serde_json = "1.0"
|
|
gitbutler-branch-actions = { path = "../gitbutler-branch-actions" }
|
|
gitbutler-repo = { path = "../gitbutler-repo" }
|
|
gitbutler-branchstate = { path = "../gitbutler-branchstate" }
|
|
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
|