rhythm-backend/Cargo.toml
Dmitri f5fc85cb00
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7m23s
errors
2026-04-24 22:04:50 +02:00

16 lines
449 B
TOML

[package]
name = "rhythm-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
tracing = "0.1.44"
tracing-appender = "0.2.5"
tracing-subscriber = {version="0.3.23", features = ["env-filter", "json"]}
tracing-tree = "0.4.1"
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros", "signal"] }
sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "time", "uuid" ] }
axum = "0.8.9"
thiserror = "2"