diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-04 08:13:17 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-04 08:13:17 +0200 |
| commit | 2498ba2b3dc57fa7f47fe7eced0dbab1bbfb5336 (patch) | |
| tree | f7dcc6f8bfb6077a41b9363835b646193ed86648 /rust/Cargo.toml | |
| parent | ad370430ef356fdc0e2d514041560ae5c4185e32 (diff) | |
| download | lambda-nantes-2498ba2b3dc57fa7f47fe7eced0dbab1bbfb5336.tar.gz | |
Generate new id upon receiving registration request
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
