summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 955c36e..59cf92b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }