forked from sheetjs/docs.sheetjs.com
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			194 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			194 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
|  | [package] | ||
|  | name = "sheetjs2csv" | ||
|  | version = "0.1.0" | ||
|  | edition = "2021" | ||
|  | 
 | ||
|  | [dependencies] | ||
|  | v8 = "0.71.2" | ||
|  | 
 | ||
|  | [[bin]] | ||
|  | name = "sheet2csv" | ||
|  | path = "sheet2csv.rs" | ||
|  | 
 | ||
|  | [[bin]] | ||
|  | name = "snapshot" | ||
|  | path = "snapshot.rs" |