1
0
Fork 0
forked from acute/readme

feat: pass licence and language details to template

This commit is contained in:
Iain Learmonth 2025-06-13 21:40:38 +01:00
parent 65f1591c05
commit 686fd4a56c
7 changed files with 1170 additions and 100 deletions

View file

@ -7,10 +7,10 @@ href = "https://guardianproject.dev/jasima/lipu-pali"
name = "Example Project"
summary = "An example project for example use"
description = """
This is an extended description of the example project.
Look how much longer it is than the summary.
The summary is just one line, but the description is many.
"""
This is an extended description of the example project.
Look how much longer it is than the summary.
The summary is just one line, but the description is many.
"""
language = "Rust"
licence = "BSD-2-Clause"
lifecycle = "experimental"