@@ -21,16 +21,13 @@ tauri-build = { version = "2.3.1", features = [] }
21
21
anyhow = " 1.0.99"
22
22
backtrace = { version = " 0.3.74" , optional = true }
23
23
console-subscriber = " 0.4.1"
24
- git2.workspace = true
25
24
gix = { workspace = true , features = [
26
25
" max-performance" ,
27
26
" blocking-http-transport-curl" ,
28
27
" worktree-mutation" ,
29
28
] }
30
- reqwest = { version = " 0.12.23" , features = [" json" ] }
31
29
serde.workspace = true
32
30
serde_json = { version = " 1.0" , features = [" std" , " arbitrary_precision" ] }
33
- serde-error = " 0.1.3"
34
31
tauri = { version = " ^2.7.0" , features = [" unstable" ] }
35
32
tauri-plugin-dialog = " 2.3.2"
36
33
tauri-plugin-fs = " 2.4.1"
@@ -47,45 +44,28 @@ tauri-plugin-clipboard-manager = "2.3.0"
47
44
48
45
parking_lot.workspace = true
49
46
log = " ^0.4"
47
+ git2.workspace = true
50
48
# The features here optimize for performance.
51
49
tokio = { workspace = true , features = [" rt-multi-thread" , " parking_lot" ] }
52
50
tracing.workspace = true
53
51
tracing-appender = " 0.2.3"
54
52
tracing-subscriber.workspace = true
55
53
tracing-forest = { version = " 0.2.0" }
56
54
gitbutler-watcher.workspace = true
57
- gitbutler-branch-actions.workspace = true
58
- gitbutler-oplog.workspace = true
59
- gitbutler-repo.workspace = true
60
55
gitbutler-repo-actions.workspace = true
61
56
gitbutler-command-context.workspace = true
62
57
but-feedback.workspace = true
63
58
gitbutler-project.workspace = true
64
- gitbutler-user.workspace = true
65
- gitbutler-branch.workspace = true
66
- gitbutler-reference.workspace = true
67
59
gitbutler-error.workspace = true
68
60
gitbutler-secret.workspace = true
69
61
gitbutler-id.workspace = true
70
- gitbutler-oxidize.workspace = true
71
- gitbutler-stack.workspace = true
72
- gitbutler-diff.workspace = true
73
- gitbutler-operating-modes.workspace = true
74
- gitbutler-edit-mode.workspace = true
75
- gitbutler-sync.workspace = true
76
- gitbutler-forge.workspace = true
77
62
but-broadcaster.workspace = true
78
63
but-db.workspace = true
79
64
but-settings.workspace = true
80
65
but-workspace.workspace = true
81
66
but-core.workspace = true
82
- but-graph.workspace = true
83
- but-hunk-dependency.workspace = true
84
- but-hunk-assignment.workspace = true
85
67
but-action.workspace = true
86
68
but-bot.workspace = true
87
- but-rules.workspace = true
88
- but-path.workspace = true
89
69
but-api.workspace = true
90
70
but-claude.workspace = true
91
71
open = " 5"
0 commit comments