Skip to content

Commit 7093a4d

Browse files
committed
chore: Remove globs from workspace.members for renovate
1 parent 10a4d76 commit 7093a4d

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

Cargo.toml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
[workspace]
2-
members = ["plugins/*", "plugins/*/examples/*/src-tauri"]
2+
# Listed without globs to prevent issues with renovate's baseBranches config.
3+
members = [
4+
"plugins/authenticator",
5+
"plugins/autostart",
6+
"plugins/fs-extra",
7+
"plugins/fs-watch",
8+
"plugins/localhost",
9+
"plugins/log",
10+
"plugins/persisted-scope",
11+
"plugins/positioner",
12+
"plugins/single-instance",
13+
"plugins/sql",
14+
"plugins/store",
15+
"plugins/stronghold",
16+
"plugins/upload",
17+
"plugins/websocket",
18+
"plugins/window-state",
19+
"plugins/single-instance/examples/vanilla/src-tauri",
20+
"plugins/store/examples/AppSettingsManager/src-tauri",
21+
"plugins/websocket/examples/tauri-app/src-tauri",
22+
]
323
resolver = "2"
424

525
[workspace.dependencies]
6-
serde = { version = "1", features = ["derive"] }
726
log = "0.4"
27+
serde = {version = "1", features = ["derive"]}
28+
serde_json = "1"
829
tauri = "1"
930
tauri-build = "1"
10-
serde_json = "1"
1131
thiserror = "1"
1232

1333
[workspace.package]
34+
authors = ["Tauri Programme within The Commons Conservancy"]
1435
edition = "2021"
15-
authors = [ "Tauri Programme within The Commons Conservancy" ]
1636
license = "Apache-2.0 OR MIT"
1737
rust-version = "1.64"

0 commit comments

Comments
 (0)