Sun, 27 Jan 2019 04:22:55 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -1,10 +1,12 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "bbb-record-parser"
 | 
					name = "bbb2json"
 | 
				
			||||||
version = "0.1.0"
 | 
					version = "0.1.0"
 | 
				
			||||||
authors = [ "Valentin Popov <info@valentineus.link>" ]
 | 
					authors = [ "Valentin Popov <info@valentineus.link>" ]
 | 
				
			||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
clap = { version = "2.32.0", features = [ "yaml" ] }
 | 
					clap = { version = "2.32.0", features = [ "yaml" ] }
 | 
				
			||||||
rustc-serialize = "0.3.24"
 | 
					serde = "1.0.85"
 | 
				
			||||||
 | 
					serde_derive = "1.0.85"
 | 
				
			||||||
 | 
					serde_json = "1.0.37"
 | 
				
			||||||
xml-rs = "0.8.0"
 | 
					xml-rs = "0.8.0"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user