diff options
| author | PROINT <> | 2026-07-22 09:43:33 +0700 |
|---|---|---|
| committer | PROINT <> | 2026-07-22 09:43:33 +0700 |
| commit | 2fb9ff9efbafa582ca7e83f12c61548d8e7a93ed (patch) | |
| tree | 26db2233f93e65f1fab6712533d918d69840693e /Cargo.toml | |
| parent | 8fb895991c8988e21273cc5092f39f28382b777c (diff) | |
Updated types.rs
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,4 +4,9 @@ version = "0.1.0" edition = "2024" [dependencies] +anyhow = "1.0.104" chrono = "0.4.45" +serde = { version = "1.0.229", features = ["derive"] } +sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-rustls"] } +tokio = { version = "1.53.0", features = ["full"] } +ulid = { version = "3.0.0", features = ["postgres", "serde"] } |
