chore: initial commit

This commit is contained in:
2026-01-26 11:32:09 +01:00
commit 3a31948f02
4 changed files with 384 additions and 0 deletions

14
typst.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "fabulous-fedlex"
version = "0.1.0"
compiler = "0.13.1"
repository = "https://git.kb28.ch/HEL/fabulous-fedlex"
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 = ["fedlex", "swiss", "law", "article"]
exclude = [ "gallery", "law" ]