published v0.1.0 to universe

This commit is contained in:
Louis Heredero 2024-10-01 19:17:10 +02:00
parent 5822d705f2
commit 6f563750fb
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -1,6 +1,6 @@
[package]
name = "chronos"
version = "0.0.1"
version = "0.1.0"
compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/chronos"
entrypoint = "src/lib.typ"
@ -11,4 +11,4 @@ categories = ["visualization"]
license = "Apache-2.0"
description = "A package to draw sequence diagrams with CeTZ"
keywords = ["sequence", "diagram", "plantuml"]
exclude = [ "/gallery/*", "/gallery.bash", "/TODO.md" ]
exclude = [ "gallery", "gallery.bash" ]