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