docs: 📝 version 0.6.0-beta.1

This commit is contained in:
log1997
2026-01-19 13:53:14 +08:00
parent 7296f01c3c
commit 41700b26fa
4 changed files with 13 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "app"
version = "0.5.4"
version = "0.6.0-beta.1"
description = "A Tauri App"
authors = ["you"]
authors = [ "you" ]
license = ""
repository = ""
edition = "2021"
@@ -12,14 +12,18 @@ rust-version = "1.77.2"
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
crate-type = [
"staticlib",
"cdylib",
"rlib"
]
[build-dependencies]
tauri-build = { version = "2.5.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0", features = [ "derive" ] }
log = "0.4"
tauri = { version = "2.9.4", features = ["devtools"] }
tauri = { version = "2.9.4", features = [ "devtools" ] }
tauri-plugin-log = "2"