Sort Cargo.toml

This commit is contained in:
Paul van Tilburg 2022-02-16 22:20:20 +01:00
parent 88b24a83ff
commit 7061842bd3
Signed by untrusted user: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -5,10 +5,10 @@ edition = "2021"
[dependencies]
cached = { version = "0.30.0", features = ["async"] }
csv = "1.1.6"
chrono = "0.4.19"
chrono-tz = "0.6.1"
color-eyre = "0.5.6"
csv = "1.1.6"
geocoding = "0.3.1"
image = "0.24.0"
reqwest = { version = "0.11.9", features = ["json"] }