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

14 lines
210 B
TOML

[package]
name = "cli"
version = "0.1.0"
edition = "2021"
[dependencies]
schema.path = "../schema"
cynic = { version = "3.2", features = ["http-surf"] }
surf = "2"
[build-dependencies]
cynic-codegen = "3.2"