Add Taplo configuration
Some checks failed
/ check_lfs (pull_request) Successful in 2s
/ lint_fmt (pull_request) Failing after 14s
/ lint_clippy (pull_request) Failing after 15s
/ build (pull_request) Has been skipped

This commit is contained in:
Roman Moisieiev 2025-09-11 11:10:49 +01:00
parent 0cd0d745e2
commit a6ce057030
2 changed files with 3 additions and 3 deletions

2
.taplo.toml Normal file
View file

@ -0,0 +1,2 @@
[formatting]
column_width = 120

View file

@ -26,11 +26,9 @@ default-features = false
features = ["client", "gateway", "rustls_backend", "model", "cache"] features = ["client", "gateway", "rustls_backend", "model", "cache"]
# wolves api # wolves api
[dependencies.wolves_oxidised]
git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git"
features = ["unstable"]
[dependencies] [dependencies]
wolves_oxidised = { git = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git", 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