2024-05-19 12:16:43 +02:00
|
|
|
[package]
|
|
|
|
name = "rivet"
|
2024-10-30 16:24:51 +01:00
|
|
|
version = "0.2.0"
|
2025-02-23 13:26:28 +01:00
|
|
|
compiler = "0.13.0"
|
2024-05-19 12:16:43 +02:00
|
|
|
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" ]
|
2025-02-23 14:12:50 +01:00
|
|
|
exclude = [ "gallery", "justfile", "docs" ]
|