reminder-bot/models/entity/Cargo.toml
2022-05-20 21:13:15 +01:00

9 lines
195 B
TOML

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