mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-13 23:48:07 +03:00
37 lines
828 B
TOML
37 lines
828 B
TOML
[package]
|
|
name = "gitbutler-watcher"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
test = false
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gitbutler-core.workspace = true
|
|
gitbutler-virtual.workspace = true
|
|
gitbutler-sync.workspace = true
|
|
gitbutler-oplog.workspace = true
|
|
thiserror.workspace = true
|
|
anyhow = "1.0.86"
|
|
futures = "0.3.30"
|
|
tokio = { workspace = true, features = ["macros"] }
|
|
tokio-util = "0.7.11"
|
|
tracing = "0.1.40"
|
|
gix = { workspace = true, features = ["excludes"] }
|
|
gitbutler-command-context.workspace = true
|
|
gitbutler-project.workspace = true
|
|
gitbutler-user.workspace = true
|
|
gitbutler-reference.workspace = true
|
|
gitbutler-error.workspace = true
|
|
|
|
backoff = "0.4.0"
|
|
notify = { version = "6.0.1" }
|
|
gitbutler-notify-debouncer.path = "vendor/debouncer"
|
|
|
|
[lints.clippy]
|
|
all = "deny"
|
|
perf = "deny"
|
|
correctness = "deny"
|