From 15d305056964bbf3dfbe2fef08e3ae332f6ff798 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:58:42 +0200 Subject: [PATCH] update Cargo.toml --- crates/frontend/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/frontend/Cargo.toml b/crates/frontend/Cargo.toml index 3029178..26cc44d 100644 --- a/crates/frontend/Cargo.toml +++ b/crates/frontend/Cargo.toml @@ -8,7 +8,6 @@ actix-web = "4.9" askama = { version = "0.12", features = ["serde", "with-actix-web"] } askama_actix = "0.14" tokio = { version = "1.40", features = ["sync", "full"] } -rustical_auth = { path = "../auth/" } rustical_store = { path = "../store/" } anyhow = "1.0" thiserror = "1.0"