forked from HEL/circuiteria
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			420 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			420 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "circuiteria"
 | |
| version = "0.2.0"
 | |
| compiler = "0.13.0"
 | |
| repository = "https://git.kb28.ch/HEL/circuiteria"
 | |
| entrypoint = "src/lib.typ"
 | |
| authors = [
 | |
|     "Louis Heredero <https://git.kb28.ch/HEL>"
 | |
| ]
 | |
| categories = [ "visualization" ]
 | |
| license = "Apache-2.0"
 | |
| description = "Drawing block circuits with Typst made easy, using CeTZ"
 | |
| keywords = [ "circuit", "block", "draw" ]
 | |
| exclude = [ "gallery", "justfile", "doc" ] |