phonograph/catalogs/Cargo.toml

9 lines
210 B
TOML
Raw Normal View History

2025-05-02 23:48:54 -07:00
[package]
name = "catalogs"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.41"
diesel = { version = "2.2.10", features = ["64-column-tables", "chrono", "postgres"], default-features = false }