diff --git a/discord/Cargo.toml b/discord/Cargo.toml index 680f134..f4aa685 100644 --- a/discord/Cargo.toml +++ b/discord/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] bytes = "1.9.0" getrandom = "0.2.15" -moosync-edk = { path = "/home/ovenoboyo/projects/moosync/tauri/Moosync/lib/extensions-wasm/wasm-extension-rs" } +moosync-edk = { git = "https://github.com/Moosync/wasm-extension-runner.git" } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133"