diff options
Diffstat (limited to 'backend/Cargo.toml')
| -rw-r--r-- | backend/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3f54913..af1c8ef 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] +chrono = { version = "0.4.38", features = ["serde"] } +cfg-if = "1.0.0" diesel = { version = "2.2.0", features = ["sqlite"] } diesel_migrations = "2.2.0" dotenvy = "0.15.7" |
