From e8a030580b0cfe8fb7f9c9e32344595a686d0f39 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sun, 13 Nov 2022 00:41:25 +0100 Subject: [PATCH] Reshuffle dependencies --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c62a5f1..5893e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ license = "AGPL-3.0-or-later" [dependencies] chrono = "0.4.23" clap = { version = "4.0.22", features = ["color", "derive"] } -color-eyre = "0.6.2" matrix-sdk = { version = "0.6.2", features = ["e2e-encryption"] } never-say-never = "6.6.666" reqwest = { version = "0.11.12", features = ["json"] } @@ -22,8 +21,11 @@ spaceapi = "0.8.1" thiserror = "1.0.37" tokio = { version = "1.21.2", features = ["full"] } toml = "0.5.9" +url = { version = "2.3.1", features = ["serde"] } +xdg = "2.4.1" + +# logging +color-eyre = "0.6.2" tracing = "0.1.37" tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } -url = { version = "2.3.1", features = ["serde"] } -xdg = "2.4.1"