mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
		
			
				
	
	
		
			23 lines
		
	
	
		
			640 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			640 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_incremental"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[lib]
 | 
						|
doctest = false
 | 
						|
 | 
						|
[dependencies]
 | 
						|
rustc_graphviz = { path = "../rustc_graphviz" }
 | 
						|
tracing = "0.1"
 | 
						|
rand = "0.7"
 | 
						|
rustc_middle = { path = "../rustc_middle" }
 | 
						|
rustc_data_structures = { path = "../rustc_data_structures" }
 | 
						|
rustc_hir = { path = "../rustc_hir" }
 | 
						|
rustc_serialize = { path = "../rustc_serialize" }
 | 
						|
rustc_ast = { path = "../rustc_ast" }
 | 
						|
rustc_macros = { path = "../rustc_macros" }
 | 
						|
rustc_span = { path = "../rustc_span" }
 | 
						|
rustc_fs_util = { path = "../rustc_fs_util" }
 | 
						|
rustc_session = { path = "../rustc_session" }
 | 
						|
rustc_errors = { path = "../rustc_errors" }
 |