Restore Cargo.toml
This commit is contained in:
parent
a56b7cbd3f
commit
e5a40261d9
1 changed files with 3 additions and 1 deletions
|
@ -25,10 +25,12 @@ version = "0.12"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["client", "gateway", "rustls_backend", "model", "cache"]
|
features = ["client", "gateway", "rustls_backend", "model", "cache"]
|
||||||
|
|
||||||
# wolves api
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# wolves api
|
||||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", features = ["unstable"] }
|
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"] }
|
tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] }
|
||||||
|
|
||||||
# to make the http requests
|
# to make the http requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue