mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc-std-workspace-alloc"
 | 
						|
version = "1.99.0"
 | 
						|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
 | 
						|
license = 'MIT OR Apache-2.0'
 | 
						|
description = """
 | 
						|
Hack for the compiler's own build system
 | 
						|
"""
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[lib]
 | 
						|
path = "lib.rs"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
alloc = { path = "../alloc" }
 |