bumped to 0.1.0 for publication

This commit is contained in:
2024-10-02 18:54:42 +02:00
parent b8a84b1430
commit 03e9904d43
5 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rivet"
version = "0.0.2"
version = "0.1.0"
compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/rivet-typst"
entrypoint = "src/lib.typ"
@ -11,4 +11,4 @@ categories = [ "visualization" ]
license = "Apache-2.0"
description = "Register / Instruction Visualizer & Explainer Tool with Typst, using CeTZ"
keywords = [ "assembly", "instruction", "binary" ]
exclude = [ "/gallery/*" ]
exclude = [ "gallery", "gallery.bash", "docs" ]