2024-03-28 21:26:48 +00:00
|
|
|
[package]
|
|
|
|
name = "mindwork-ai-studio"
|
2024-05-21 16:58:15 +00:00
|
|
|
version = "0.3.2"
|
2024-03-28 21:26:48 +00:00
|
|
|
edition = "2021"
|
|
|
|
description = "MindWork AI Studio"
|
|
|
|
authors = ["Thorsten Sommer"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
tauri-build = { version = "1.5", features = [] }
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-12 12:40:06 +00:00
|
|
|
tauri = { version = "1.6", features = [ "http-all", "shell-sidecar", "path-all", "shell-open"] }
|
2024-03-28 21:26:48 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
2024-04-05 20:23:01 +00:00
|
|
|
keyring = "2"
|
2024-05-03 20:55:21 +00:00
|
|
|
arboard = "3.4.0"
|
2024-05-12 12:40:06 +00:00
|
|
|
tokio = "1.37.0"
|
|
|
|
flexi_logger = "0.28"
|
|
|
|
log = "0.4"
|
2024-03-28 21:26:48 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
# this feature is used for production builds or when `devPath` points to the filesystem
|
|
|
|
# DO NOT REMOVE!!
|
|
|
|
custom-protocol = ["tauri/custom-protocol"]
|