🚚 tauri-genshin → Teyvat Guide

This commit is contained in:
BTMuli
2023-09-15 17:19:33 +08:00
parent f907c798bc
commit a7dd069930
9 changed files with 33 additions and 54 deletions

View File

@@ -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"