tauri/core/tests/restart/Cargo.toml
chip 55c8680590
add restart integration test to cargo workspace (#3675)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-03-23 17:14:52 -03:00

13 lines
233 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"