Cargo.toml 295 B

123456789101112131415
  1. [package]
  2. name = "restart"
  3. version = "0.1.0"
  4. authors = ["Tauri Programme within The Commons Conservancy"]
  5. license = "Apache-2.0 OR MIT"
  6. edition = "2021"
  7. [dependencies.tauri]
  8. path = "../../tauri"
  9. [dev-dependencies]
  10. tempfile = "3"
  11. [features]
  12. process-relaunch-dangerous-allow-symlink-macos = []