mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
c36f67f148
This protects us from cyclic dependencies. Unfortunatelly as part of this, i had to introduce the imp Project as trait implementations since now Project is foreign
15 lines
294 B
TOML
15 lines
294 B
TOML
[package]
|
|
name = "gitbutler-sync"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
tracing = "0.1.40"
|
|
itertools = "0.13"
|
|
git2.workspace = true
|
|
gitbutler-core.workspace = true
|
|
gitbutler-oplog.workspace = true
|