animedb-api 0.3.2

GraphQL API for the animedb Rust metadata catalog
Documentation
[package]
name = "animedb-api"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "GraphQL API for the animedb Rust metadata catalog"
readme = "../../README.md"
keywords = ["anime", "graphql", "api", "metadata"]
categories = ["web-programming", "api-bindings"]
exclude = ["target/", ".git/", ".github/"]

[dependencies]
animedb = { version = "0.3.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