Add dep: prettytable
This commit is contained in:
parent
5003b25215
commit
2246ae42e8
2 changed files with 11 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -7,6 +7,7 @@ dependencies = [
|
|||
"config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"prettytable-rs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rustty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -140,6 +141,15 @@ dependencies = [
|
|||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "prettytable-rs"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"term 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.3.11"
|
||||
|
|
|
@ -25,4 +25,5 @@ clap = { version = "1.4.5", features = ["yaml"] }
|
|||
rustty = "0.1.9"
|
||||
term = "0.2.12"
|
||||
term_grid = "0.1.2"
|
||||
prettytable-rs = "0.4.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue