1
0
Fork 0
forked from acute/readme
Rust readme generator for our projects
Find a file
2025-06-13 21:40:38 +01:00
src feat: pass licence and language details to template 2025-06-13 21:40:38 +01:00
.gitignore feat: pass licence and language details to template 2025-06-13 21:40:38 +01:00
Cargo.lock feat: pass licence and language details to template 2025-06-13 21:40:38 +01:00
Cargo.toml Initial commit 2025-06-07 17:01:43 +01:00
README.toml feat: pass licence and language details to template 2025-06-13 21:40:38 +01:00

[header]
src = "https://guardianproject.dev/jasima/lukin/raw/branch/main/pngs/logomark-colour-w1024.png"
alt = "jasima.app"
href = "https://guardianproject.dev/jasima/lipu-pali"

[project]
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.
"""
language = "Rust"
licence = "BSD-2-Clause"
lifecycle = "experimental"

[[project.badges]]
alt = "Language: Markdown"
href = "https://daringfireball.net/projects/markdown/"
src = "https://img.shields.io/badge/language-markdown-083fa1?style=flat-square"

[[project.badges]]
alt = "Licence: BSD 2-clause"
href = "https://opensource.org/license/bsd-2-clause"
src = "https://img.shields.io/badge/license-bsd%202--clause-orange?style=flat-square"