35 lines
		
	
	
	
		
			725 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			35 lines
		
	
	
	
		
			725 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								[package]
							 | 
						||
| 
								 | 
							
								name = "tree-sitter-oat-v1"
							 | 
						||
| 
								 | 
							
								description = "Oat.v1 language used for compiler design"
							 | 
						||
| 
								 | 
							
								version = "0.1.0"
							 | 
						||
| 
								 | 
							
								authors = ["wysbd <git@wysbd.dev>"]
							 | 
						||
| 
								 | 
							
								license = "MIT"
							 | 
						||
| 
								 | 
							
								readme = "README.md"
							 | 
						||
| 
								 | 
							
								keywords = ["incremental", "parsing", "tree-sitter", "oat-v1"]
							 | 
						||
| 
								 | 
							
								categories = ["parser-implementations", "parsing", "text-editors"]
							 | 
						||
| 
								 | 
							
								repository = "https://github.com/tree-sitter/tree-sitter-oat_v1"
							 | 
						||
| 
								 | 
							
								edition = "2021"
							 | 
						||
| 
								 | 
							
								autoexamples = false
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								build = "bindings/rust/build.rs"
							 | 
						||
| 
								 | 
							
								include = [
							 | 
						||
| 
								 | 
							
								  "bindings/rust/*",
							 | 
						||
| 
								 | 
							
								  "grammar.js",
							 | 
						||
| 
								 | 
							
								  "queries/*",
							 | 
						||
| 
								 | 
							
								  "src/*",
							 | 
						||
| 
								 | 
							
								  "tree-sitter.json",
							 | 
						||
| 
								 | 
							
								  "/LICENSE",
							 | 
						||
| 
								 | 
							
								]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[lib]
							 | 
						||
| 
								 | 
							
								path = "bindings/rust/lib.rs"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[dependencies]
							 | 
						||
| 
								 | 
							
								tree-sitter-language = "0.1"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[build-dependencies]
							 | 
						||
| 
								 | 
							
								cc = "1.2"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[dev-dependencies]
							 | 
						||
| 
								 | 
							
								tree-sitter = "0.25.10"
							 |