Files

10 lines
255 B
TOML

[files]
exclude = ["target/", "**/node_modules/"]
# required since Tauri doesn't support TOML v1.1.0
# and breaks on inline tables with newlines
[[schemas]]
toml-version = "v1.0.0"
path = "tombi://www.schemastore.org/cargo.json"
include = ["Cargo.toml"]