mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "proc-macro-test"
 | |
| version = "0.0.0"
 | |
| publish = false
 | |
| 
 | |
| edition = "2021"
 | |
| license = "MIT OR Apache-2.0"
 | |
| 
 | |
| [lib]
 | |
| doctest = false
 | |
| 
 | |
| [build-dependencies]
 | |
| cargo_metadata = "0.18.1"
 | 
