mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
Update Cargo.toml
This commit is contained in:
parent
278462bc9e
commit
f321a615cb
@ -12,24 +12,24 @@ rust-version = "1.60"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { version = "2.0.0-alpha", features = [] }
|
tauri-build = { version = "2", features = [] }
|
||||||
|
|
||||||
# you can add the dependencies on the `[dependencies]` section if you do not target mobile
|
# you can add the dependencies on the `[dependencies]` section if you do not target mobile
|
||||||
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
|
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
|
||||||
tauri-plugin-updater = "2.0.0-alpha"
|
tauri-plugin-updater = "2"
|
||||||
tauri-plugin-authenticator = "2.0.0-alpha"
|
tauri-plugin-authenticator = "2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tauri = { version = "2.0.0-alpha", features = [] }
|
tauri = { version = "2", features = [] }
|
||||||
tauri-plugin-stronghold = "2.0.0-alpha"
|
tauri-plugin-stronghold = "2"
|
||||||
tauri-plugin-single-instance = "2.0.0-alpha"
|
tauri-plugin-single-instance = "2"
|
||||||
tauri-plugin-notification = "2.0.0-alpha"
|
tauri-plugin-notification = "2"
|
||||||
tauri-plugin-autostart = "2.0.0-alpha"
|
tauri-plugin-autostart = "2"
|
||||||
tauri-plugin-clipboard-manager = "2.0.0-alpha"
|
tauri-plugin-clipboard-manager = "2"
|
||||||
tauri-plugin-dialog = "2.0.0-alpha"
|
tauri-plugin-dialog = "2"
|
||||||
tauri-plugin-process = "2.0.0-alpha"
|
tauri-plugin-process = "2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
|
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user