wechat_ai/src-tauri/Cargo.toml

30 lines
745 B
TOML

[package]
name = "app"
version = "0.1.0"
description = "A Tauri App"
authors = ["大森"]
license = "MIT"
repository = ""
edition = "2021"
rust-version = "1.77.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.6.2", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
image = { version = "0.25", default-features = false, features = ["jpeg"] }
screenshots = "0.8"
tauri = { version = "2.11.2", features = ["protocol-asset", "macos-private-api"] }
tauri-plugin-log = "2"
tauri-plugin-shell = "2.3.5"
xcap = "0.6"