style: rearrange dependencies
This commit is contained in:
parent
ae45e2b6cd
commit
4ef7f5adef
|
@ -10,13 +10,13 @@ name = "startrnr"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# GraphQL schema
|
||||||
|
schema.path = "schema"
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
clap = { version = "4.4", features = ["derive"] }
|
clap = { version = "4.4", features = ["derive"] }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
|
||||||
# GraphQL schema
|
|
||||||
schema.path = "schema"
|
|
||||||
|
|
||||||
# API access
|
# API access
|
||||||
cynic = { version = "3.2", features = ["http-reqwest-blocking"] }
|
cynic = { version = "3.2", features = ["http-reqwest-blocking"] }
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
|
|
Loading…
Reference in a new issue