add chrono as it will be needed for epoch time

This commit is contained in:
bitfl0wer 2023-04-07 21:01:21 +02:00
parent 17a618e8f0
commit c72ddba9e2
1 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ tokio = "1.27.0"
serde = "1.0.159" serde = "1.0.159"
serde_json = "1.0.95" serde_json = "1.0.95"
reqwest = "0.11.16" reqwest = "0.11.16"
url = "2.3.1" url = "2.3.1"
chrono = "0.4.24"