aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-server-postgres/Cargo.toml')
-rw-r--r--atuin-server-postgres/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-server-postgres/Cargo.toml b/atuin-server-postgres/Cargo.toml
index 18864f6c..bfec70a2 100644
--- a/atuin-server-postgres/Cargo.toml
+++ b/atuin-server-postgres/Cargo.toml
@@ -18,4 +18,5 @@ chrono = { workspace = true }
serde = { workspace = true }
sqlx = { workspace = true }
async-trait = { workspace = true }
+uuid = { workspace = true }
futures-util = "0.3"