Add dependencies

This commit is contained in:
ErrorNoInternet
2023-01-09 11:12:28 +08:00
parent cbe6c96ca1
commit 0f9efc1f9e
2 changed files with 181 additions and 2 deletions

View File

@@ -12,3 +12,6 @@ serde = { version = "1.0", features = ["derive"] }
tokio = "1.24.1"
anyhow = "1.0.68"
colored = "2.0.0"
chrono = "0.4.23"
strum = "0.24.1"
strum_macros = "0.24.1"