aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-04-08 11:28:12 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-04-08 11:28:15 -0500
commite13459e364158d0611975084a78d37e7f9dad150 (patch)
tree301c8cd8e3179e3f2191f3183a90942fc66310da /clients/www
parentBump eslint-plugin-svelte from 2.35.1 to 2.36.0 (diff)
downloadzorascript-e13459e364158d0611975084a78d37e7f9dad150.tar
zorascript-e13459e364158d0611975084a78d37e7f9dad150.tar.gz
zorascript-e13459e364158d0611975084a78d37e7f9dad150.tar.bz2
zorascript-e13459e364158d0611975084a78d37e7f9dad150.tar.lz
zorascript-e13459e364158d0611975084a78d37e7f9dad150.tar.xz
zorascript-e13459e364158d0611975084a78d37e7f9dad150.tar.zst
zorascript-e13459e364158d0611975084a78d37e7f9dad150.zip
Nothing
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--clients/www/src-tauri/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/www/src-tauri/Cargo.toml b/clients/www/src-tauri/Cargo.toml
index 70db707..5f6ddab 100644
--- a/clients/www/src-tauri/Cargo.toml
+++ b/clients/www/src-tauri/Cargo.toml
@@ -18,6 +18,8 @@ tauri-build = { version = "1.5.1", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.1", features = [] }
+specta = "1.0.5"
+tauri-specta = { version = "1.0.2", features = ["javascript", "typescript"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.