cargo-wsinit 0.1.4

Initializes or updates a cargo workspace Cargo.toml file.
Documentation
cargo wsinit
==

Initializes and updates cargo workspaces.

Install
==

```bash
$ cargo install wsinit
```

Usage
==
```bash
$ cargo wsinit
```

Creates a toml file for the workspace.

See

```bash
$ cargo wsinit --help
```

For more info.