Files
local-llm-prompt-manager/project_scaffold_cli/templates/rust/Cargo.toml.j2
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

10 lines
190 B
Django/Jinja

[package]
name = "{{ project_slug }}"
version = "0.1.0"
edition = "2021"
authors = ["{{ author }} <{{ email }}>"]
description = "{{ description }}"
license = "{{ license }}"
[dependencies]