mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
16 lines
408 B
TOML
16 lines
408 B
TOML
[package]
|
|
name = "tauri-config-schema"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[build-dependencies]
|
|
tauri-utils = { version = "1.0.0", features = [
|
|
"schema",
|
|
], path = "../tauri-utils" }
|
|
schemars = { version = "0.8", features = ["url", "preserve_order"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serde_with = "1.12"
|
|
url = { version = "2.3", features = ["serde"] }
|