forked from HEL/rivet-typst
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			442 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			442 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "rivet"
 | |
| version = "0.2.0"
 | |
| compiler = "0.13.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", "justfile", "docs" ] |