From aa4715abd8afb84851f0893438e52357754a1229 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 27 Jul 2020 19:50:41 -0400 Subject: [PATCH] even smaller binaries --- site/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/Cargo.toml b/site/Cargo.toml index c072779..d129d87 100644 --- a/site/Cargo.toml +++ b/site/Cargo.toml @@ -15,4 +15,4 @@ pretty_env_logger = "0.4" rustls = { version = "0.18", features = ["dangerous_configuration"] } structopt = "0.3" -maj = { path = ".." } \ No newline at end of file +maj = { path = "..", features = ["server"], default-features = false } \ No newline at end of file