virto-network / valor

Create HTTP APIs with a plugin system that runs in the server and the browser.
GNU General Public License v3.0
9 stars 8 forks source link

Restructure valor workspace #52

Closed pandres95 closed 1 year ago

pandres95 commented 1 year ago

This PR aims to better separate the logic folder structure of the repository between multiple crate libraries (as it'll be the case in the future), while separating them to the final CLIs/executables, allowing working in a more seamless, collaborative, non-blocking way.

Here we introduce the following folder structure:

- bin/
 |- valor-run
 |- valor-http
 |- ... 
- lib/
 |- core/
 |- runtime/
 |- ...
- Cargo.toml