initial commit + basic sequences

This commit is contained in:
2024-06-18 13:39:38 +02:00
parent 322c5bdbc9
commit 14cbda2ffb
6 changed files with 193 additions and 0 deletions

14
typst.toml Normal file
View File

@ -0,0 +1,14 @@
[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"]
exclude = [ "/gallery/*" ]