From 4982805d61465b4b743fd92518a917de1d976552 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 9 Apr 2024 16:28:16 -0500 Subject: I hate Rust Signed-off-by: Matt Strapp --- clients/www/src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'clients/www/src-tauri') 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. -- cgit v1.2.3