cargo-init-ws 0.1.0

Interactive CLI-Tool for creating Cargo workspace projects
1
2
3
4
5
6
7
8
9
10
11
# cargo-init-ws
## Abstract
Interactive CLI-Tool for creating Cargo workspace projects
with as little effort on the developer side as possible

## How-To
- Run with `cargo init-ws` and the tool will guide you 
through the process
- You can also run it with `cargo init-ws my-rusty-project` 
and you will not be asked for the root folder name. Instead,
'my-rusty-project' is assumed as the root folders name