aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/src-tauri/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--clients/www/src-tauri/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/www/src-tauri/Cargo.toml b/clients/www/src-tauri/Cargo.toml
index 5f6ddab..bdb35e7 100644
--- a/clients/www/src-tauri/Cargo.toml
+++ b/clients/www/src-tauri/Cargo.toml
@@ -20,6 +20,7 @@ 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"] }
+zora-rs = { path = "../../../libs/zora-rs" }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.