Adds tauri build script (#68)

* tauri build script

* missed file
This commit is contained in:
Wyatt Verchere
2023-04-05 12:39:40 -07:00
committed by GitHub
parent b4a809362b
commit a3e377666e
6 changed files with 127 additions and 17 deletions

View File

@@ -6,11 +6,13 @@ authors = ["you"]
license = ""
repository = ""
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.2", features = [] }
regex = "1.5"
[dependencies]
theseus = { path = "../../theseus" }