diff options
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" |
