12 lines
248 B
TOML
12 lines
248 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"
|