release 1.1.3
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "app"
|
||||
name = "court-pilot"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
repository = ""
|
||||
description = "Court Pilot"
|
||||
authors = ["Richard Toth"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tricsusz/court-pilot"
|
||||
edition = "2021"
|
||||
rust-version = "1.77.2"
|
||||
|
||||
@@ -24,6 +24,7 @@ log = "0.4"
|
||||
tauri = { version = "2.11.2", features = [] }
|
||||
tauri-plugin-log = "2"
|
||||
tauri-plugin-process = "2"
|
||||
tauri-plugin-os = "2"
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||
tauri-plugin-updater = "2"
|
||||
|
||||
Reference in New Issue
Block a user