Scalable and distributed custom feed generator, ott - on that topic
at main 11 lines 337 B view raw
1[package] 2name = "ott-db-migration" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7anyhow = "1.0.100" 8sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "migrate"] } 9tokio = { version = "1.47.1", features = ["full"] } 10tracing = "0.1.41" 11tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }