14 lines
425 B
TOML
14 lines
425 B
TOML
|
[package]
|
||
|
name = "rivet"
|
||
|
version = "0.0.1"
|
||
|
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/*" ]
|