mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92
		
			
				
	
	
		
			14 lines
		
	
	
		
			395 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			395 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
authors = ["The Rust Project Developers", "bjorn3 (edited to be usable outside the rust source)"]
 | 
						|
name = "alloc_system"
 | 
						|
version = "0.0.0"
 | 
						|
[lib]
 | 
						|
name = "alloc_system"
 | 
						|
path = "lib.rs"
 | 
						|
test = false
 | 
						|
doc = false
 | 
						|
[dependencies]
 | 
						|
core = { path = "../sysroot_src/library/core" }
 | 
						|
libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
 | 
						|
compiler_builtins = "0.1"
 |