rivet-typst/typst.toml

14 lines
446 B
TOML
Raw Normal View History

2024-05-19 10:16:43 +00:00
[package]
name = "rivet"
2024-10-02 16:54:42 +00:00
version = "0.1.0"
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" ]
2024-10-02 16:54:42 +00:00
exclude = [ "gallery", "gallery.bash", "docs" ]