From a971d8c2dc519b1db805c72cf3395c188a98dff4 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 13 Dec 2023 06:50:44 +0000 Subject: switch to uuids --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 708133b..ec8e8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ actix-web = "4.4.0" bcrypt = "0.15.0" mime = "0.3.17" serde = "1.0.188" -sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio"] } +sqlx = { version = "0.7.2", features = ["uuid", "postgres", "runtime-tokio"] } tracing = "0.1.37" +uuid = { version = "1.6.1", features = ["v4", "serde"] } web-archive = "0.2.0" -- cgit