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

@ -12,3 +12,4 @@ serde = "1.0.159"
serde_json = "1.0.95"
reqwest = "0.11.16"
url = "2.3.1"
chrono = "0.4.24"