[package] name = "heiwa-common" description = "A lib for the common parts of the Heiwa project" license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~hidrile/heiwa-common" version = "0.1.4" edition = "2021" [dependencies] axum = "0.6.7" diesel = { version = "2.1.0", features = ["postgres"]} dotenvy = "0.15.7" serde_json = "1.0.93" tokio = { version = "1.25.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } tower-http = { version = "0.4.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = "0.3.16" validator = "0.16.0" [dev-dependencies] pretty_assertions = "1.3.0"