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 f6930d3a38
commit d2a10d070d
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 2 additions and 1 deletions

View File

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