This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Description
In the current layout, it is impossible to build the project and run the two binaries.
I suggest moving to a workspace layout, similar to the following:
| - Cargo.toml
| - http
| - client
| - Cargo.toml
| - src/main.rs
| - server
| - Cargo.toml
| - src/main.rs
Adding another example would be trivial