[package] name = "reader" version = "0.1.0" edition = "2021" [dependencies] calamine = "0.22" # For reading Excel files tokio = { version = "1", features = ["full"] } tokio-postgres = "0.7" # Async Postgres client chrono = "0.4"