Sat, 26 Jan 2019 20:08:53 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -5,8 +5,8 @@ authors = ["Valentin Popov <info@valentineus.link>"]
 | 
				
			|||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
clap = "2.32.0"
 | 
					clap = { version = "2.32.0", features = [ "yaml" ] }
 | 
				
			||||||
serde = "1.0.85"
 | 
					serde = "1.0.85"
 | 
				
			||||||
serde_derive = "1.0.85"
 | 
					serde_derive = "~1.0.85"
 | 
				
			||||||
serde_json = "1.0.36"
 | 
					serde_json = "1.0.36"
 | 
				
			||||||
xml-rs = "0.8.0"
 | 
					xml-rs = "0.8.0"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user