Skip to main content
Module

x/deno/BUILD.gn

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
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", ]}