- Move OWM library crate to a seperate repo - https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git
		
			
				
	
	
		
			10 lines
		
	
	
		
			250 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			250 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "owm_widg_config"
 | 
						|
version = "0.0.1"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
owm-rs = { git = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" }
 | 
						|
serde = { version = "1.0.225", features = ["derive"] }
 | 
						|
toml = "0.9.7"
 | 
						|
dirs = "6.0.0" |