mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* ci: check toml formatting with taplo-cli
* change name of job
* { workspace = true } -> .workspace = true
* add taplo.toml
13 lines
367 B
TOML
13 lines
367 B
TOML
[package]
|
|
name = "tauri-config-schema"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[build-dependencies]
|
|
tauri-utils = { features = ["schema"], path = "../tauri-utils" }
|
|
schemars = { version = "0.8.18", features = ["url", "preserve_order"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
url = { version = "2.3", features = ["serde"] }
|