diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -1,20 +1,6 @@ -import("//build_extra/rust/rust.gni") - group("default") { testonly = true deps = [ - ":hyper_hello", - "cli:cli_test", - "cli:deno", - "core:default", - "core/libdeno:libdeno_test", - ] -} - -rust_executable("hyper_hello") { - source_root = "tools/hyper_hello/hyper_hello.rs" - extern_rlib = [ - "hyper", - "ring", + "core/libdeno:default", ] } |