mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 17:54:41 +01:00
22 lines
526 B
TOML
22 lines
526 B
TOML
[package]
|
|
name = "cyclotron-janitor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
tracing-subscriber = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
chrono = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
uuid = { workspace = true }
|
|
envconfig = { workspace = true }
|
|
axum = { workspace = true }
|
|
eyre = { workspace = true }
|
|
cyclotron-core = { path = "../cyclotron-core" }
|
|
common-metrics = { path = "../common/metrics" }
|
|
health = { path = "../common/health" }
|