Rename folder tools to cli to keep it consistent with crate naming

This commit is contained in:
Wei Tang 2018-05-15 20:44:18 +08:00
parent c79681aa5b
commit 245ac89f2d
9 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ std = ["parity-wasm/std", "log/std", "byteorder/std"]
[workspace]
members = [
"./tools",
"./cli",
]