reminder-bot/models/entity/Cargo.toml

9 lines
195 B
TOML
Raw Permalink Normal View History

2022-05-20 20:13:15 +00:00
[package]
name = "entity"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono-tz = "^0.6"
sea-orm = { version = "^0.8", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros"] }