20 lines
		
	
	
		
			470 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			470 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "wisun_download_rust"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| [dependencies]
 | |
| iced = {version = "0.13.1", features = ["tokio", "debug"]}
 | |
| anyhow = "1.0.91"
 | |
| serde = {version = "1.0.213", features = ["derive"]}
 | |
| serde_json = "1.0.132"
 | |
| mysql = "25.0.1"
 | |
| chrono="0.4.38"
 | |
| tokio = { version = "1.42", features = ["full"] }
 | |
| time = "0.3.37"
 | |
| crossbeam = "0.8"
 | |
| 
 | |
| 
 | |
| [package.metadata.windows]
 | |
| link-args = ["/SUBSYSTEM:windows", "/ENTRY:mainCRTStartup"]
 | |
| subsystem = "windows" |