disable all tauri apis

This commit is contained in:
Jonas Kruckenberg 2022-05-10 20:42:45 +02:00
parent 398a62fc3c
commit 9851a0e2b0
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D
3 changed files with 3265 additions and 3 deletions

3262
test/fixture/src-tauri/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,12 +12,12 @@ rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.0.0-rc.8" }
tauri-build = { version = "1.0.0-rc.8", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = [ "api-all" ] }
tauri = { version = "1.0.0-rc.9", features = [] }
[features]
# by default Tauri runs in production mode

View File

@ -12,7 +12,7 @@
},
"tauri": {
"allowlist": {
"all": true
"all": false
},
"bundle": {
"active": true,