File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
1
[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
+ ]
3
23
resolver = " 2"
4
24
5
25
[workspace .dependencies ]
6
- serde = { version = " 1" , features = [" derive" ] }
7
26
log = " 0.4"
27
+ serde = {version = " 1" , features = [" derive" ]}
28
+ serde_json = " 1"
8
29
tauri = " 1"
9
30
tauri-build = " 1"
10
- serde_json = " 1"
11
31
thiserror = " 1"
12
32
13
33
[workspace .package ]
34
+ authors = [" Tauri Programme within The Commons Conservancy" ]
14
35
edition = " 2021"
15
- authors = [ " Tauri Programme within The Commons Conservancy" ]
16
36
license = " Apache-2.0 OR MIT"
17
37
rust-version = " 1.64"
You can’t perform that action at this time.
0 commit comments