Files
owly-news/backend-rust/crates/app/Cargo.toml

12 lines
307 B
TOML

[package]
name = "owly-news"
version.workspace = true
edition.workspace = true
[dependencies]
owly-news-api = { path = "../api" }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
anyhow = "1.0.99"