From e13459e364158d0611975084a78d37e7f9dad150 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 8 Apr 2024 11:28:12 -0500 Subject: Nothing Signed-off-by: Matt Strapp --- clients/www/src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clients/www/src-tauri') 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. -- cgit v1.2.3