unwritten-application/Cargo.toml
2024-12-07 22:41:01 +00:00

13 lines
306 B
TOML

[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"