Split the crate in 3, introduce JS frontend

This commit is contained in:
Valentin Tolmer
2021-05-08 11:34:55 +02:00
parent 9459f53a13
commit c58459547b
9 changed files with 119 additions and 39 deletions
+2
View File
@@ -29,6 +29,8 @@ tracing-log = "*"
tracing-subscriber = "*"
async-trait = "0.1.48"
sea-query = { version = "0.9.4", features = [ "with-chrono" ] }
lldap_model = { path = "model" }
lldap_app = { path = "app" }
[dependencies.figment]
features = ["toml", "env"]