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 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+ ]
323resolver = " 2"
424
525[workspace .dependencies ]
6- serde = { version = " 1" , features = [" derive" ] }
726log = " 0.4"
27+ serde = {version = " 1" , features = [" derive" ]}
28+ serde_json = " 1"
829tauri = " 1"
930tauri-build = " 1"
10- serde_json = " 1"
1131thiserror = " 1"
1232
1333[workspace .package ]
34+ authors = [" Tauri Programme within The Commons Conservancy" ]
1435edition = " 2021"
15- authors = [ " Tauri Programme within The Commons Conservancy" ]
1636license = " Apache-2.0 OR MIT"
1737rust-version = " 1.64"
You can’t perform that action at this time.
0 commit comments