Jump to…
snowinitial commitqoxwzsukwmkx1mo
Matt W1[package]
Matt W2name = "df-worker"
Matt W3version.workspace = true
Matt W4edition.workspace = true
Matt W5rust-version.workspace = true
Matt W6license.workspace = true
Matt W7
Matt W8[[bin]]
Matt W9name = "dogfood-worker"
Matt W10path = "src/main.rs"
Matt W11
Matt W12[dependencies]
Matt W13df-db = { path = "../df-db" }
Matt W14df-index = { path = "../df-index" }
Matt W15df-store = { path = "../df-store" }
Matt W16
Matt W17anyhow.workspace = true
Matt W18chrono.workspace = true
Matt W19dotenvy.workspace = true
Matt W20serde.workspace = true
Matt W21serde_json.workspace = true
Matt W22sqlx.workspace = true
Matt W23tokio.workspace = true
Matt W24tracing.workspace = true
Matt W25tracing-subscriber.workspace = true
Matt W26uuid.workspace = true

26 lines · TOML