mirror of
				https://github.com/csehviktor/status-monitor.git
				synced 2025-08-08 18:06:14 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "server"
 | |
| version = "0.1.0"
 | |
| edition = "2024"
 | |
| 
 | |
| [dependencies]
 | |
| tokio = { version = "1.45.1", features = ["full"] }
 | |
| common = { path = "../common" }
 | |
| anyhow = "1.0.98"
 | |
| rumqttd = "0.19.0"
 | |
| toml = "0.8.23"
 | |
| warp = "0.3.7"
 | |
| futures-util = "0.3.31"
 | |
| serde = { version = "1.0.219", features = ["derive"] }
 |