21 lines
		
	
	
		
			411 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			411 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "kcl-directory-test-macro"
 | 
						|
description = "A tool for generating tests from a directory of kcl files"
 | 
						|
version = "0.1.84"
 | 
						|
edition = "2021"
 | 
						|
license = "MIT"
 | 
						|
repository = "https://github.com/KittyCAD/modeling-app"
 | 
						|
 | 
						|
[lib]
 | 
						|
proc-macro = true
 | 
						|
bench = false
 | 
						|
 | 
						|
[dependencies]
 | 
						|
convert_case = "0.8.0"
 | 
						|
proc-macro2 = "1"
 | 
						|
quote = "1"
 | 
						|
syn = { version = "2.0.104", features = ["full"] }
 | 
						|
 | 
						|
[lints]
 | 
						|
workspace = true
 |