mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 17:51:36 +03:00
efdce038bb
* fix(core): apply clippy suggestions * more fixes
16 lines
297 B
TOML
16 lines
297 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 = []
|