[package] name = "unwritten-application" version = "0.1.0" edition = "2021" [dependencies] axum = "0.7.9" tokio = { version = "1", features = ["full"] } polars = { version = "0.44.2", features = ["lazy"] } postgres = { version = "0.19.9", features = ["with-uuid-1"] } tokio-postgres = "0.7.12" uuid = "1"