[build-dependencies.prost-build]
version = "0.11.9"
[build-dependencies.tonic-build]
version = "0.9.2"
[dependencies.futures]
version = "0.3.28"
[dependencies.prost]
version = "0.11.9"
[dependencies.sea-orm]
features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"]
version = "0.11.3"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal"]
version = "1.28.0"
[dependencies.tonic]
version = "0.9.2"
[package]
description = "gRPC server interface to database that serves AOC puzzle dataset requests."
edition = "2021"
license = "MIT"
name = "aocdata"
readme = "README.md"
repository = "https://gitlab.com/labcycle/aocdata"
version = "0.1.0"