@@ -20,7 +20,7 @@ default = []
2020tauri = [" dep:tauri" , " legacy" ]
2121# # When paths are turned into strings they are lossy. Also provide a `_bytes` variant of such fields with the original value
2222# # for lossless use.
23- path-bytes = [" dep:bstr " ]
23+ path-bytes = []
2424# # Make legacy functionality available.
2525legacy = [
2626 " but-ctx/legacy" ,
@@ -86,33 +86,35 @@ but-rules = { workspace = true, optional = true }
8686but-gerrit = { workspace = true , optional = true }
8787but-worktrees = { workspace = true , optional = true }
8888
89- gitbutler-user = {workspace = true , optional = true }
90- gitbutler-project = {workspace = true , optional = true }
91- gitbutler-branch = {workspace = true , optional = true }
92- gitbutler-branch-actions = {workspace = true , optional = true }
93- gitbutler-commit = {workspace = true , optional = true }
94- gitbutler-reference = {workspace = true , optional = true }
95- gitbutler-stack = {workspace = true , optional = true }
96- gitbutler-repo = {workspace = true , optional = true }
97- gitbutler-repo-actions = {workspace = true , optional = true }
98- gitbutler-edit-mode = {workspace = true , optional = true }
99- gitbutler-operating-modes = {workspace = true , optional = true }
100- gitbutler-sync = {workspace = true , optional = true }
101- gitbutler-oplog = {workspace = true , optional = true }
102- gitbutler-git = {workspace = true , optional = true }
89+ gitbutler-user = { workspace = true , optional = true }
90+ gitbutler-project = { workspace = true , optional = true }
91+ gitbutler-branch = { workspace = true , optional = true }
92+ gitbutler-branch-actions = { workspace = true , optional = true }
93+ gitbutler-commit = { workspace = true , optional = true }
94+ gitbutler-reference = { workspace = true , optional = true }
95+ gitbutler-stack = { workspace = true , optional = true }
96+ gitbutler-repo = { workspace = true , optional = true }
97+ gitbutler-repo-actions = { workspace = true , optional = true }
98+ gitbutler-edit-mode = { workspace = true , optional = true }
99+ gitbutler-operating-modes = { workspace = true , optional = true }
100+ gitbutler-sync = { workspace = true , optional = true }
101+ gitbutler-oplog = { workspace = true , optional = true }
102+ gitbutler-git = { workspace = true , optional = true }
103103
104- tauri = { version = " ^2.9.3" , features = [" unstable" ], optional = true } # For the #[tauri::command(async)] macro only
104+ tauri = { version = " ^2.9.3" , features = [
105+ " unstable" ,
106+ ], optional = true } # For the #[tauri::command(async)] macro only
105107
106108boolean-enums = { version = " 0.4.1" , features = [" serde" ] }
107- bstr = { workspace = true , optional = true }
109+ bstr = { workspace = true }
108110schemars.workspace = true
109111serde.workspace = true
110112tokio = { workspace = true , features = [" full" ] }
111113anyhow.workspace = true
112114serde_json.workspace = true
113115tracing.workspace = true
114116serde-error = " 0.1.3"
115- gix = { workspace = true , features = [" worktree-mutation" ] }
117+ gix = { workspace = true , features = [" worktree-mutation" ] }
116118git2.workspace = true
117119open.workspace = true
118120url = { version = " 2.5" , optional = true }
0 commit comments