From 89216c7baaab8ade3daf9103572647addeb404f3 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 29 May 2019 20:53:14 -0700 Subject: third_party: add rust crate 'termcolor' --- cli/BUILD.gn | 1 + cli/Cargo.toml | 1 + 2 files changed, 2 insertions(+) (limited to 'cli') diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 13a8c0ba0..72cf8710b 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -42,6 +42,7 @@ main_extern_rlib = [ "serde_json", "source_map_mappings", "tempfile", + "termcolor", "tokio", "tokio_executor", "tokio_fs", 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" -- cgit v1.2.3