From e45cf1c2b5d6e3116aa69d075757c1702ff7363b Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Wed, 26 May 2021 08:36:12 +0200 Subject: [PATCH] Remove the dependency on the app --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9a1981..7fa009b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ hmac = "0.10" http = "*" jwt = "0.13" ldap3_server = "*" -lldap_app = { path = "app" } lldap_model = { path = "model" } log = "*" serde = "*"