mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
🚚 tauri-genshin → Teyvat Guide
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "tauri-genshin"
|
||||
name = "TeyvatGuide"
|
||||
version = "0.3.1"
|
||||
description = "A Genshin Tool build with Tauri"
|
||||
authors = ["BTMuli<bt-muli@outlook.com>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/BTMuli/Tauri.Genshin"
|
||||
repository = "https://github.com/BTMuli/TeyvatGuide"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@@ -13,7 +13,7 @@ edition = "2021"
|
||||
tauri-build = { version = "1.4", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "1.4", features = ["api-all", "updater"] }
|
||||
tauri = { version = "1.4", features = ["api-all"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user