Update Cargo.toml
This commit is contained in:
parent
0d2dcccac3
commit
31cb71f88d
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ os = []
|
|||
path = []
|
||||
process = []
|
||||
tauri = ["dep:url"]
|
||||
updater = ["dep:futures"]
|
||||
window = ["dep:futures"]
|
||||
updater = ["dep:futures", "event"]
|
||||
window = ["dep:futures", "event"]
|
||||
|
||||
[workspace]
|
||||
members = ["examples/test", "examples/test/src-tauri"]
|
||||
|
|
Loading…
Add table
Reference in a new issue