1
0
Fork 0
esix-client/src-tauri/Cargo.toml

30 lines
804 B
TOML
Raw Normal View History

2024-02-17 01:29:25 +00:00
[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]
2024-10-23 17:18:36 +00:00
tauri-build = { version = "2", features = [] }
2024-02-17 01:29:25 +00:00
[dependencies]
anyhow = { version = "1.0", features = [] }
2024-03-28 19:28:40 +00:00
figment = { version = "0.10.15", features = ["toml"] }
2024-02-17 01:29:25 +00:00
log = "0.4"
r621 = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"
2024-10-23 17:18:36 +00:00
tauri = { version = "2", features = [] }
tauri-plugin-shell = "2"
2024-02-17 01:29:25 +00:00
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"]