mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			150 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			150 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "hello_world"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
mylib = { path = "mylib" }
 | 
						|
 | 
						|
[profile.dev]
 | 
						|
lto = "thin"
 | 
						|
 | 
						|
[profile.release]
 | 
						|
lto = "fat"
 |