From ec51666002900faa389ff0c8f34ed32c663bd723 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 28 Sep 2024 00:38:42 -0400 Subject: Render the UI at /. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2b2e774..a9cae7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,11 @@ clap = { version = "4.5.18", features = ["derive", "env"] } futures = "0.3.30" headers = "0.4.0" itertools = "0.13.0" +mime_guess = "2.0.5" password-hash = { version = "0.5.0", features = ["std"] } rand = "0.8.5" rand_core = { version = "0.6.4", features = ["getrandom"] } +rust-embed = "8.5.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" sqlx = { version = "0.8.2", features = ["chrono", "runtime-tokio", "sqlite"] } -- cgit v1.2.3