Add Taplo configuration
This commit is contained in:
parent
0cd0d745e2
commit
a6ce057030
2 changed files with 3 additions and 3 deletions
2
.taplo.toml
Normal file
2
.taplo.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[formatting]
|
||||
column_width = 120
|
|
@ -26,11 +26,9 @@ default-features = false
|
|||
features = ["client", "gateway", "rustls_backend", "model", "cache"]
|
||||
|
||||
# wolves api
|
||||
[dependencies.wolves_oxidised]
|
||||
git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git"
|
||||
features = ["unstable"]
|
||||
|
||||
[dependencies]
|
||||
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", features = ["unstable"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "full"] }
|
||||
|
||||
# to make the http requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue