animedb-api 0.2.1

GraphQL API for the animedb Rust metadata catalog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "animedb-api"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "GraphQL API for the animedb Rust metadata catalog"
readme = "../../README.md"

[dependencies]
animedb = { version = "0.2.1", path = "../animedb", features = ["local-db"] }
async-graphql.workspace = true
async-graphql-axum.workspace = true
axum.workspace = true
serde_json.workspace = true
tokio.workspace = true