summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-05-29 20:53:14 -0700
committerRyan Dahl <ry@tinyclouds.org>2019-06-25 06:32:28 -0700
commit89216c7baaab8ade3daf9103572647addeb404f3 (patch)
tree0bfb71586d800448ab10e51876050ffc305b4ab0 /cli/Cargo.toml
parent046cbef4f0f11e37d6ffb8b01c6362c8ce0b750d (diff)
third_party: add rust crate 'termcolor'
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index dac188a9e..6289f9bb4 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -42,6 +42,7 @@ serde_derive = "1.0.92"
serde_json = { version = "1.0.39", features = [ "preserve_order" ] }
source-map-mappings = "0.5.0"
tempfile = "3.0.8"
+termcolor = "1.0.4"
tokio = "0.1.21"
tokio-executor = "0.1.7"
tokio-fs = "0.1.6"