mirror of
				https://gitea.farpn.net/w1cdn/mwtchahrd.git
				synced 2025-11-03 13:36:36 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			341 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			341 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "mwtchahrd"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2021"
 | 
						|
authors = ["Chris, N6CTA  <mail@n6cta.com>"]
 | 
						|
 | 
						|
[dependencies]
 | 
						|
anyhow = "1.0"
 | 
						|
chrono = "0.4"
 | 
						|
clap = { version = "4", features = ["derive"] }
 | 
						|
reqwest = { version = "0.12.24", features = ["json", "blocking"] }
 | 
						|
serde_json = "1.0.145"
 | 
						|
socket2 = "0.5"
 | 
						|
 | 
						|
[profile.release]
 | 
						|
lto = "thin"
 |