Cargo.toml 244 B

123456789101112
  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.workspace = true