chronos/typst.toml

15 lines
419 B
TOML
Raw Normal View History

2024-06-18 11:39:38 +00:00
[package]
name = "chronos"
version = "0.0.1"
compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/chronos"
entrypoint = "src/lib.typ"
authors = [
"Louis Heredero <https://git.kb28.ch/HEL>"
]
categories = ["visualization"]
license = "Apache-2.0"
description = "A package to draw sequence diagrams with CeTZ"
keywords = ["sequence", "diagram", "plantuml"]
2024-09-30 13:19:36 +00:00
exclude = [ "/gallery/*", "/gallery.bash", "/TODO.md" ]