diff options
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,6 @@ main_extern = [ "$rust_build:tokio_threadpool", "$rust_build:url", "//build_extra/flatbuffers/rust:flatbuffers", - ":msg_rs", ] ts_sources = [ @@ -126,6 +125,7 @@ rust_executable("deno") { extern = main_extern deps = [ ":libdeno", + ":msg_rs", ":snapshot", ] } |
