mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			276 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			276 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
authors = ["The Rust Project Developers"]
 | 
						|
name = "rustc_serialize"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
indexmap = "1"
 | 
						|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
rustc_macros = { path = "../rustc_macros" }
 |