Use the longer format for some dependencies for compatibility with Taplo
This commit is contained in:
parent
59566deccf
commit
0c7a61fbf2
1 changed files with 11 additions and 14 deletions
23
Cargo.toml
23
Cargo.toml
|
@ -19,22 +19,19 @@ name = "update_server-icon"
|
|||
[[bin]]
|
||||
name = "cleanup_committee"
|
||||
|
||||
[dependencies]
|
||||
# discord library
|
||||
serenity = { version = "0.12", default-features = false, features = [
|
||||
"client",
|
||||
"gateway",
|
||||
"rustls_backend",
|
||||
"model",
|
||||
"cache",
|
||||
] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] }
|
||||
[dependencies.serenity]
|
||||
version = "0.12"
|
||||
default-features = false
|
||||
features = ["client", "gateway", "rustls_backend", "model", "cache"]
|
||||
|
||||
# wolves api
|
||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", features = [
|
||||
"unstable",
|
||||
] }
|
||||
# wolves_oxidised = { path = "../wolves-oxidised", features = ["unstable"] }
|
||||
[dependencies.wolves_oxidised]
|
||||
git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git"
|
||||
features = ["unstable"]
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] }
|
||||
|
||||
# to make the http requests
|
||||
surf = "2.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue