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
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:
Adding another example would be trivial