From 130669793dfb77b286a26a373378b4d1f2be837c Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 26 Oct 2024 02:20:32 -0400 Subject: Very basic rocket db state and session lookup (with hardcoded session id) --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2529b4a..685851f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,8 @@ edition = "2021" [dependencies] joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" } -sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio"] } +rocket = { version = "0.5.1" , features = ["json"] } +sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "uuid", "time"] } +time = { version = "0.3.36", features = ["serde-human-readable"] } tokio = { version = "1.40.0", features = ["fs", "io-std", "rt"] } +uuid = { version = "1.11.0", features = ["v4", "serde"] } -- cgit 1.4.1