StartRNR/cli/Cargo.toml

21 lines
313 B
TOML
Raw Normal View History

2023-08-26 03:37:24 -04:00
[package]
name = "cli"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "ggelo"
path = "src/main.rs"
2023-08-26 03:37:24 -04:00
[dependencies]
schema.path = "../schema"
2023-08-26 03:37:24 -04:00
cynic = { version = "3.2", features = ["http-surf"] }
surf = "2"
2023-08-27 03:02:18 -04:00
dirs = "5.0"
futures = "0.3"
2023-08-27 03:11:23 -04:00
serde = "1.0"
2023-08-27 05:05:22 -04:00
sqlite = "0.31"
2023-08-26 03:37:24 -04:00
[build-dependencies]
cynic-codegen = "3.2"