14 lines
446 B
TOML
14 lines
446 B
TOML
[package]
|
|
name = "rivet"
|
|
version = "0.2.0"
|
|
compiler = "0.12.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", "gallery.bash", "docs" ] |