From bd6ebb32df11641e148fd0adca41e7188f16afce Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 15 Jul 2019 14:00:27 -0400 Subject: hyper_hello should be in its own crate (#2641) So that "cargo build" will build it when the gn frontend is eventually removed. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cbd245a50..1aa173285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,4 +2,5 @@ members = [ "cli", "core", + "tools/hyper_hello", ] -- cgit v1.2.3