diff options
| author | PROINT <> | 2026-07-22 17:03:47 +0700 |
|---|---|---|
| committer | PROINT <> | 2026-07-22 17:03:47 +0700 |
| commit | ccb6d208204fb286e469e87ad9c85a8c8b7be72a (patch) | |
| tree | 5742b78074d4227d7c83fb1ad73c522e30af69a2 /Cargo.toml | |
| parent | 9cb86b850699dc5b19e2582f5a2c64c5acc0a24b (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,8 +5,10 @@ edition = "2024" [dependencies] anyhow = "1.0.104" +async-trait = "0.1.91" chrono = "0.4.45" serde = { version = "1.0.229", features = ["derive"] } sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-rustls"] } +thiserror = "2.0.19" tokio = { version = "1.53.0", features = ["full"] } -ulid = { version = "3.0.0", features = ["postgres", "serde"] } +ulid = { version = "3.0.0", features = ["postgres", "serde", "std"] } |
