From b2f8474c9747a8f5d56ade59a11fcd9cb9da92bb Mon Sep 17 00:00:00 2001 From: Horhik Date: Wed, 31 Mar 2021 07:12:26 +0300 Subject: [PATCH] handle add_user function --- .idea/workspace.xml | 15 ++++++------- Cargo.lock | 11 ++++++++++ Cargo.toml | 1 + src/api/handlers.rs | 23 ++++++++++++++------ src/api/request.rs | 1 + src/api/response.rs | 20 +++++++++++------- src/api/selector.rs | 28 ++++++++++++++++++------- src/chat/serv_conn.rs | 2 ++ src/db/mod.rs | 2 +- src/db/types.rs | 49 ++++++++++++++++++++++++++++++++++++------- 10 files changed, 113 insertions(+), 39 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9650c16..b839506 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -13,22 +13,18 @@ - - + + + - - - +