chore: remove unused Rust dependencies (#3492)

This commit is contained in:
Alejandro González
2025-04-12 17:42:45 +02:00
committed by GitHub
parent 8ad5e011ca
commit 487bdd1e48
7 changed files with 224 additions and 752 deletions

View File

@@ -7,18 +7,7 @@ edition = "2021"
[dependencies]
theseus = { path = "../../packages/app-lib", features = ["cli"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"
url = "2.2"
webbrowser = "0.8.13"
dunce = "1.0.3"
futures = "0.3"
uuid = { version = "1.1", features = ["serde", "v4"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.18"
tracing-error = "0.2.0"