diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-04-09 16:28:16 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-04-09 16:28:16 -0500 |
commit | 4982805d61465b4b743fd92518a917de1d976552 (patch) | |
tree | 9915d99f4d211a49c64020d060576a572315bb28 /clients/www/src-tauri | |
parent | Bump @types/node from 20.12.5 to 20.12.6 (diff) | |
download | zorascript-4982805d61465b4b743fd92518a917de1d976552.tar zorascript-4982805d61465b4b743fd92518a917de1d976552.tar.gz zorascript-4982805d61465b4b743fd92518a917de1d976552.tar.bz2 zorascript-4982805d61465b4b743fd92518a917de1d976552.tar.lz zorascript-4982805d61465b4b743fd92518a917de1d976552.tar.xz zorascript-4982805d61465b4b743fd92518a917de1d976552.tar.zst zorascript-4982805d61465b4b743fd92518a917de1d976552.zip |
I hate Rust
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | clients/www/src-tauri/Cargo.toml | 1 |
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. |