StartRNR/schema/Cargo.toml
Kiana Sheibani 298a8a5653
Change "scheme" to "schema"
Apparently I misread the GraphQL docs...
2023-08-26 16:25:11 -04:00

13 lines
233 B
TOML

[package]
name = "schema"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cynic = "3.2"
[build-dependencies]
cynic-codegen = "3.2"