From a6ce05703071da5ddb461d2dbdec53eb2dc372dd Mon Sep 17 00:00:00 2001 From: Roman Moisieiev Date: Thu, 11 Sep 2025 11:10:49 +0100 Subject: [PATCH] Add Taplo configuration --- .taplo.toml | 2 ++ Cargo.toml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..3b409e9 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,2 @@ +[formatting] +column_width = 120 diff --git a/Cargo.toml b/Cargo.toml index 7b207b7..95728ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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