critique_api 0.1.0

Interface to the SensCritique API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "critique_api"
version = "0.1.0"
edition = "2024"
license-file = "../LICENSE.txt"
description = "Interface to the SensCritique API"
repository = "https://github.com/SilentVoid13/critique.rs"
categories = ["api-bindings"]
keywords = ["api", "senscritique"]

[dependencies]
graphql_client = { workspace = true, features = ["graphql_query_derive", "reqwest-blocking"] }
reqwest = { workspace = true, features = ["blocking", "json"] }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }