readme/README.toml
2025-06-07 17:01:43 +01:00

26 lines
No EOL
899 B
TOML

[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"