https://github.com/moisutsu/cargo-template
A simple template for Cargo projects 🦀
https://github.com/moisutsu/cargo-template
cargo template
Last synced: 10 days ago
JSON representation
A simple template for Cargo projects 🦀
- Host: GitHub
- URL: https://github.com/moisutsu/cargo-template
- Owner: moisutsu
- License: mit
- Created: 2020-10-20T02:42:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T01:31:40.000Z (over 4 years ago)
- Last Synced: 2025-03-12T16:44:58.738Z (over 1 year ago)
- Topics: cargo, template
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cargo-template
This is a simple template for cargo projects
You can easily publish to crates.io
# Usage
1. If you don't have cargo-generate installed
```sh
cargo install cargo-generate
```
1. Use `cargo generate` to clone this template
```sh
cargo generate --git https://github.com/moisutsu/cargo-template
```