fix: renamed the project to better fit its use

This commit is contained in:
silver 2023-06-18 20:27:04 +01:00
parent 14b0531680
commit 9c33cd843a
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
use skynet_ldap_server::methods::account_new::{post_new_account, post_new_account_confirmation};
use skynet_ldap_server::methods::account_update::post_update_ldap;
use skynet_ldap_server::{db_init, get_config, State};
use skynet_ldap_backend::methods::account_new::{post_new_account, post_new_account_confirmation};
use skynet_ldap_backend::methods::account_update::post_update_ldap;
use skynet_ldap_backend::{db_init, get_config, State};
#[async_std::main]
async fn main() -> tide::Result<()> {