mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +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.
		
			
				
	
	
		
			20 lines
		
	
	
		
			572 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			572 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_save_analysis"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
tracing = "0.1"
 | 
						|
rustc_middle = { path = "../rustc_middle" }
 | 
						|
rustc_ast = { path = "../rustc_ast" }
 | 
						|
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
 | 
						|
rustc_data_structures = { path = "../rustc_data_structures" }
 | 
						|
rustc_hir = { path = "../rustc_hir" }
 | 
						|
rustc_hir_pretty = { path = "../rustc_hir_pretty" }
 | 
						|
rustc_lexer = { path = "../rustc_lexer" }
 | 
						|
serde_json = "1"
 | 
						|
rustc_session = { path = "../rustc_session" }
 | 
						|
rustc_span = { path = "../rustc_span" }
 | 
						|
rls-data = "0.19"
 | 
						|
rls-span = "0.5"
 |