From e5a40261d9961da5b00a21af6fdb02f27dedf59f Mon Sep 17 00:00:00 2001 From: Roman Moisieiev Date: Thu, 11 Sep 2025 11:59:01 +0100 Subject: [PATCH] Restore Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95728ff..d062845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,10 +25,12 @@ version = "0.12" default-features = false features = ["client", "gateway", "rustls_backend", "model", "cache"] -# wolves api [dependencies] +# wolves api wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", features = ["unstable"] } +# wolves_oxidised = { path = "../wolves-oxidised", features = ["unstable"] } + tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] } # to make the http requests