diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/BUILD.gn | 1 | ||||
-rw-r--r-- | cli/Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 32c00d8cf..ffc13891c 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -12,6 +12,7 @@ main_extern = [ "$rust_build:ansi_term", "$rust_build:atty", + "$rust_build:clap", "$rust_build:dirs", "$rust_build:flatbuffers", "$rust_build:futures", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6c25486a1..f508e59eb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,6 +20,7 @@ deno = { path = "../core" } ansi_term = "0.11.0" atty = "0.2.11" +clap = "2.32.0" dirs = "1.0.5" flatbuffers = "0.5.0" futures = "0.1.25" |