- Move OWM library crate to a seperate repo - https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git
		
			
				
	
	
		
			13 lines
		
	
	
		
			382 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			382 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "weatherd"
 | 
						|
version = "0.0.1"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
reqwest = {version = "0.12.23", features = ["blocking", "json"] }
 | 
						|
toml = "0.9.7"
 | 
						|
dirs = "6.0.0"
 | 
						|
serde = { version = "1.0.225", features = ["derive"] }
 | 
						|
serde_json = "1.0.145"
 | 
						|
owm_widg_config = { path = "../owm_widg_config" }
 | 
						|
owm-rs = { git = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" } |