Removed unused dependencies now

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent b748d27a06
commit 3b5b92369d
4 changed files with 2 additions and 10 deletions
-1
View File
@@ -20,7 +20,6 @@ reqwest = { version = "0.11.13", features = ["json"] }
serde_yaml = "0.9.16"
serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }
strum = { version = "0.24.1", features = ["derive", "strum_macros"] }
tokio = { version = "1.24.1", features = ["full"] }
tui = "0.19.0"
urlencoding = "2.1.2"