summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index 63c5266b6..049553c48 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -13,6 +13,11 @@ main_extern = [
crate_name = "deno"
crate_type = "rlib"
},
+ {
+ label = "$rust_build:serde_derive"
+ crate_name = "serde_derive"
+ crate_type = "proc_macro"
+ },
]
main_extern_rlib = [
"ansi_term",
@@ -32,6 +37,7 @@ main_extern_rlib = [
"remove_dir_all",
"ring",
"rustyline",
+ "serde",
"serde_json",
"source_map_mappings",
"tempfile",