13 lines
295 B
TOML
13 lines
295 B
TOML
[package]
|
|
name = "notes"
|
|
version = "0.0.1"
|
|
entrypoint = "lib.typ"
|
|
authors = ["Histausse"]
|
|
license = "AGPL-3.0-or-later"
|
|
description = "A typst template/lib for taking notes."
|
|
repository = "https://git.pains-perdus.fr/Pains-Perdus/notes.git"
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "main.typ"
|