8 lines
		
	
	
		
			154 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			154 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								[package]
							 | 
						||
| 
								 | 
							
								name = "hello_remote_world"
							 | 
						||
| 
								 | 
							
								version = "0.1.0"
							 | 
						||
| 
								 | 
							
								authors = ["VS Code <vscode@microsoft.com>"]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[[bin]]
							 | 
						||
| 
								 | 
							
								name = "hello_remote_world"
							 | 
						||
| 
								 | 
							
								path = "main.rs"
							 |