Files
clickhouse-agx/src-tauri/Cargo.toml
2024-12-18 12:26:07 +01:00

22 lines
575 B
TOML

[package]
name = "agx"
version = "0.1.0"
description = "A Tauri App"
authors = ["Didier Franc"]
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 = [] }
bindgen = "0.70.1"
[dependencies]
serde_json = "1.0.133"
tauri = { version = "2", features = [] }
tauri-plugin-shell = "2"
thiserror = "1"
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]