mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			128 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			128 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "y"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
boml = "0.3.1"
 | 
						|
 | 
						|
[[bin]]
 | 
						|
name = "y"
 | 
						|
path = "src/main.rs"
 |