mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			369 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			369 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "stdarch-verify"
 | 
						|
version = "0.1.0"
 | 
						|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
proc-macro2 = "1.0"
 | 
						|
quote = "1.0"
 | 
						|
syn = { version = "1.0", features = ["full"] }
 | 
						|
 | 
						|
[lib]
 | 
						|
proc-macro = true
 | 
						|
test = false
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
serde = { version = "1.0", features = ['derive'] }
 | 
						|
serde-xml-rs = "0.3"
 | 
						|
html5ever = "0.23.0"
 |