|
@ -26,7 +26,7 @@ bincode = "1.3" |
|
|
clap = "2.32" |
|
|
clap = "2.32" |
|
|
glob = "0.3" |
|
|
glob = "0.3" |
|
|
log = "0.4" |
|
|
log = "0.4" |
|
|
nom = { version = "6.0", default-features = false, features = [] } |
|
|
|
|
|
|
|
|
nom = { version = "7.0", default-features = false, features = [] } |
|
|
serde = { version = "1.0", features = ["derive"] } |
|
|
serde = { version = "1.0", features = ["derive"] } |
|
|
serde_json = "1.0" |
|
|
serde_json = "1.0" |
|
|
tinytemplate = "1.2" |
|
|
tinytemplate = "1.2" |
|
|