Files
Developer 155bc36ded fix: correct pyproject.toml for project-scaffold-cli
- Fixed package name from auto-readme-cli to project-scaffold-cli
- Fixed dependencies to match project-scaffold-cli requirements
- Fixed linting import sorting issues in test files
2026-02-05 11:49:49 +00:00

24 lines
204 B
Django/Jinja

# {{ project_name }}
{{ description }}
## Installation
```bash
cargo add {{ project_slug }}
```
## Usage
```rust
use {{ project_slug }}::run;
fn main() {
run();
}
```
## License
{{ license }}