rhythm-backend/Cargo.toml
Dmitri 993395c208
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
migration and db pool
2026-04-24 21:05:40 +02:00

14 lines
408 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"] }
sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "time", "uuid" ] }