An open API service indexing awesome lists of open source software.

https://github.com/sshine/single-lib

A single-lib workspace template for `cargo generate`
https://github.com/sshine/single-lib

Last synced: about 1 year ago
JSON representation

A single-lib workspace template for `cargo generate`

Awesome Lists containing this project

README

          

# {{project-name}}

{{description}}
{% if false %}

## This is a `cargo generate` template

*(This section won't occur when using this template.)*

To install `cargo generate`, run:

```sh
cargo install cargo-generate
```

Create new template, either from GitHub, or from a local path:

```sh
cargo generate --git sshine/single-lib
```

Create a `cargo gen` shortcut by adding a section to ~/.cargo/config.toml:

```toml
[alias]
gen = "generate"
```

Add your `github-username` to ~/.cargo/cargo-generate.toml:

```toml
[values]
github-username = "sshine"
```

{% endif %}