mirror of
				https://github.com/csehviktor/status-monitor.git
				synced 2025-08-08 18:06:14 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "common"
 | |
| version = "0.1.0"
 | |
| edition = "2024"
 | |
| 
 | |
| [dependencies]
 | |
| chrono = { version = "0.4.41", features = ["serde"] }
 | |
| serde = { version = "1.0.219", features = ["derive"] }
 | |
| serde_json = "1.0.140"
 |