From ccb6d208204fb286e469e87ad9c85a8c8b7be72a Mon Sep 17 00:00:00 2001 From: PROINT <> Date: Wed, 22 Jul 2026 17:03:47 +0700 Subject: Added JournalEntryRepository --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 59cf92b..feb0396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } -- cgit v1.3