StartRNR/schema/Cargo.toml

13 lines
233 B
TOML
Raw Permalink Normal View History

2023-08-26 03:37:24 -04:00
[package]
name = "schema"
2023-10-14 00:45:07 -04:00
version = "1.0.0"
2023-08-26 03:37:24 -04:00
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"