mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			204 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			204 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "y"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[[bin]]
 | 
						|
name = "y"
 | 
						|
path = "main.rs"
 | 
						|
 | 
						|
[features]
 | 
						|
unstable-features = [] # for rust-analyzer
 | 
						|
 | 
						|
# Do not add any dependencies
 | 
						|
 | 
						|
[profile.dev]
 | 
						|
debug = 1
 |