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