aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47d9263..83e4a18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,11 +2,7 @@
authors = [ "Valentin Popov <info@valentineus.link>" ]
edition = "2018"
name = "bbb2json"
-version = "0.1.0"
+version = "0.2.0"
[dependencies]
-clap = { version = "2.32.0", features = [ "yaml" ] }
-serde = "1.0.85"
-serde_derive = "1.0.85"
-serde_json = "1.0.37"
-xml-rs = "0.8.0" \ No newline at end of file
+walkdir = "2.3.1"