Initial commit
This commit is contained in:
commit
65f1591c05
6 changed files with 2074 additions and 0 deletions
26
README.toml
Normal file
26
README.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue