2024-03-14 15:44:56 +08:00
|
|
|
[package]
|
|
|
|
name = "text-recover"
|
2024-03-14 21:55:01 +08:00
|
|
|
version = "1.0.0"
|
|
|
|
description = "TextRecover App"
|
|
|
|
authors = ["TaurusXin"]
|
2024-03-14 15:44:56 +08:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
tauri-build = { version = "1", features = [] }
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tauri = { version = "1", features = ["shell-open"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
|
|
|
|
custom-protocol = ["tauri/custom-protocol"]
|