mirror of
				https://github.com/Dummi26/mers.git
				synced 2025-10-31 03:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			257 B
		
	
	
	
		
			TOML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			257 B
		
	
	
	
		
			TOML
		
	
	
		
			Executable File
		
	
	
	
	
| [package]
 | |
| name = "gui_v1"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | |
| 
 | |
| [dependencies]
 | |
| iced = { version = "0.8.0", features = ["smol"] }
 | |
| mers = { path = "../../mers/" }
 | 
