forked from Skynet/discord-bot
Compare commits
2 commits
4b4e5cb289
...
0c7a61fbf2
Author | SHA1 | Date | |
---|---|---|---|
|
0c7a61fbf2 | ||
|
59566deccf |
2 changed files with 12 additions and 16 deletions
|
@ -7,5 +7,4 @@ fn_params_layout = "Compressed"
|
||||||
struct_lit_width = 0
|
struct_lit_width = 0
|
||||||
tab_spaces = 2
|
tab_spaces = 2
|
||||||
use_small_heuristics = "Max"
|
use_small_heuristics = "Max"
|
||||||
# imports_granularity = "Crate"
|
imports_granularity = "Crate"
|
||||||
|
|
||||||
|
|
23
Cargo.toml
23
Cargo.toml
|
@ -19,22 +19,19 @@ name = "update_server-icon"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "cleanup_committee"
|
name = "cleanup_committee"
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
# discord library
|
# discord library
|
||||||
serenity = { version = "0.12", default-features = false, features = [
|
[dependencies.serenity]
|
||||||
"client",
|
version = "0.12"
|
||||||
"gateway",
|
default-features = false
|
||||||
"rustls_backend",
|
features = ["client", "gateway", "rustls_backend", "model", "cache"]
|
||||||
"model",
|
|
||||||
"cache",
|
|
||||||
] }
|
|
||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] }
|
|
||||||
|
|
||||||
# wolves api
|
# wolves api
|
||||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", features = [
|
[dependencies.wolves_oxidised]
|
||||||
"unstable",
|
git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git"
|
||||||
] }
|
features = ["unstable"]
|
||||||
# wolves_oxidised = { path = "../wolves-oxidised", features = ["unstable"] }
|
|
||||||
|
[dependencies]
|
||||||
|
tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] }
|
||||||
|
|
||||||
# to make the http requests
|
# to make the http requests
|
||||||
surf = "2.3"
|
surf = "2.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue