diff options
| author | Yuval Adam <_@yuv.al> | 2018-07-03 13:49:07 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-07-03 13:49:07 +0300 |
| commit | db606609af91987f62e9496adc65ca74c02352d5 (patch) | |
| tree | 879c1e715b9b7610b689c2f1a06b937287933c07 /Cargo.lock | |
| parent | c7ae62a2aafd0b4755e4d76f82c0e6aca5626dd5 (diff) | |
Add basic usage print with color
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,4 +1,23 @@ [[package]] +name = "colored" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "lazy_static" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "rustcast" version = "0.1.0" +dependencies = [ + "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", +] +[metadata] +"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc" +"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
