From 2498ba2b3dc57fa7f47fe7eced0dbab1bbfb5336 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Fri, 4 Oct 2024 08:13:17 +0200 Subject: Generate new id upon receiving registration request --- rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8616834..4deb7ec 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,6 +9,8 @@ serde = { version = "1.0", features = ["derive"] } chrono = { version= "0.4.38", features = ["serde"]} serde_json = "1.0.128" actix-web = "4" +env_logger = "0.8" +log = "0.4" [dev-dependencies] proptest = "1.0.0" @@ -24,3 +26,7 @@ path = "src/main.rs" [[bin]] name = "tester" path = "src/tester.rs" + +[[bin]] +name = "server" +path = "src/web.rs" -- cgit v1.2.3