style: rearrange dependencies
This commit is contained in:
parent
ae45e2b6cd
commit
4ef7f5adef
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue