1
0
Fork 0
esix-client/src-tauri/Cargo.toml
Leon Grünewald 5bd52d1797 Inital commit
2024-02-17 02:29:25 +01:00

27 lines
740 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 = "1.5", features = [] }
[dependencies]
anyhow = { version = "1.0", features = [] }
log = "0.4"
r621 = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"
tauri = { version = "1.5", features = ["shell-open"] }
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"]