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