summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-07-15 14:00:27 -0400
committerGitHub <noreply@github.com>2019-07-15 14:00:27 -0400
commitbd6ebb32df11641e148fd0adca41e7188f16afce (patch)
tree60989e11495a301a93eea3253cfa49c17d1dea1a /Cargo.toml
parent1fde15c0bc77e0c5cc6f7cbf27b4e072e1ad6c46 (diff)
hyper_hello should be in its own crate (#2641)
So that "cargo build" will build it when the gn frontend is eventually removed.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",
]