fix: renamed the project to better fit its use
This commit is contained in:
parent
14b0531680
commit
9c33cd843a
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
use dotenv::dotenv;
|
||||
use ldap3::{LdapConn, Mod};
|
||||
use skynet_ldap_server::{get_config, Config};
|
||||
use skynet_ldap_backend::{get_config, Config};
|
||||
use std::env;
|
||||
|
||||
#[async_std::main]
|
||||
|
|
|
@ -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<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue