diff --git a/Cargo.toml b/Cargo.toml index 678e541..5237bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"