1
0
Fork 0
esix-client/src-tauri/Cargo.toml
2024-10-23 19:18:36 +02:00

29 lines
804 B
TOML

[package]
name = "esix-client"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
anyhow = { version = "1.0", features = [] }
figment = { version = "0.10.15", features = ["toml"] }
log = "0.4"
r621 = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"
tauri = { version = "2", features = [] }
tauri-plugin-shell = "2"
thiserror = "1.0"
tokio = { version = "1.35", features = ["full"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]