style: rearrange dependencies

This commit is contained in:
Kiana Sheibani 2024-08-14 20:44:53 -04:00
parent ae45e2b6cd
commit 4ef7f5adef
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -10,13 +10,13 @@ name = "startrnr"
path = "src/main.rs"
[dependencies]
# GraphQL schema
schema.path = "schema"
# CLI
clap = { version = "4.4", features = ["derive"] }
chrono = "0.4"
# GraphQL schema
schema.path = "schema"
# API access
cynic = { version = "3.2", features = ["http-reqwest-blocking"] }
reqwest = "0.11"