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.
		
			
				
	
	
		
			15 lines
		
	
	
		
			237 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			237 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc-std-workspace-std"
 | 
						|
version = "1.99.0"
 | 
						|
license = 'MIT OR Apache-2.0'
 | 
						|
description = """
 | 
						|
Hack for the compiler's own build system
 | 
						|
"""
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[lib]
 | 
						|
path = "lib.rs"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
std = { path = "../std" }
 |