rivet-typst/typst.toml

14 lines
425 B
TOML
Raw Normal View History

2024-05-19 10:16:43 +00:00
[package]
name = "rivet"
2024-06-13 10:49:18 +00:00
version = "0.0.2"
2024-05-19 10:16:43 +00:00
compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/rivet-typst"
entrypoint = "src/lib.typ"
authors = [
"Louis Heredero <https://git.kb28.ch/HEL>"
]
categories = [ "visualization" ]
license = "Apache-2.0"
description = "Register / Instruction Visualizer & Explainer Tool with Typst, using CeTZ"
keywords = [ "assembly", "instruction", "binary" ]
exclude = [ "/gallery/*" ]