Cargo.toml: sort

This commit is contained in:
Xiretza 2025-02-16 14:19:15 +00:00
parent 794fb54144
commit 849851b331

View file

@ -12,23 +12,21 @@ license = "AGPL-3.0-or-later"
[dependencies]
clap = { version = "4.0.22", features = ["color", "derive"] }
color-eyre = "0.6.2"
futures = "0.3.31"
matrix-sdk = { version = "0.10.0", features = ["e2e-encryption", "eyre"] }
never-say-never = "6.6.666"
reqwest = { version = "0.12.12", features = ["json"] }
serde_json = "1.0.111"
serde = { version = "1.0.147", features = ["derive"] }
spaceapi = "0.9.0"
thiserror = "2.0.11"
time = { version = "0.3.17", features = ["local-offset", "formatting", "macros"] }
tokio-util = { version = "0.7.13", features = ["rt"] }
tokio = { version = "1.21.2", features = ["full"] }
toml = "0.8.20"
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"] }
serde_json = "1.0.111"
tokio-util = { version = "0.7.13", features = ["rt"] }
url = { version = "2.3.1", features = ["serde"] }
xdg = "2.4.1"