mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			234 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			234 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_llvm"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[features]
 | 
						|
static-libstdcpp = []
 | 
						|
emscripten = []
 | 
						|
 | 
						|
[dependencies]
 | 
						|
libc = "0.2.73"
 | 
						|
 | 
						|
[build-dependencies]
 | 
						|
build_helper = { path = "../../src/build_helper" }
 | 
						|
cc = "1.0.69"
 |