Files
archived-tauri/core/tests/restart/Cargo.toml
Amr Bashir 70306dc79b ci: check toml formatting with taplo-cli (#10787)
* ci: check toml formatting with taplo-cli

* change name of job

* { workspace = true } -> .workspace = true

* add taplo.toml
2024-08-26 21:46:05 -03:00

16 lines
295 B
TOML

[package]
name = "restart"
version = "0.1.0"
authors = ["Tauri Programme within The Commons Conservancy"]
license = "Apache-2.0 OR MIT"
edition = "2021"
[dependencies.tauri]
path = "../../tauri"
[dev-dependencies]
tempfile = "3"
[features]
process-relaunch-dangerous-allow-symlink-macos = []