mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 21:49:06 +00:00
20 lines
512 B
TOML
20 lines
512 B
TOML
|
[package]
|
||
|
name = "mindwork-ai-studio"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
description = "MindWork AI Studio"
|
||
|
authors = ["Thorsten Sommer"]
|
||
|
|
||
|
[build-dependencies]
|
||
|
tauri-build = { version = "1.5", features = [] }
|
||
|
|
||
|
[dependencies]
|
||
|
tauri = { version = "1.6", features = ["shell-open"] }
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
serde_json = "1.0"
|
||
|
|
||
|
[features]
|
||
|
# this feature is used for production builds or when `devPath` points to the filesystem
|
||
|
# DO NOT REMOVE!!
|
||
|
custom-protocol = ["tauri/custom-protocol"]
|