From d7a2e2402914b107275f674fc21b2969a255a8ad Mon Sep 17 00:00:00 2001 From: Paolo Rechia Date: Wed, 3 Jan 2024 08:28:38 +0100 Subject: [PATCH] More features --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b49e5e..74b0531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,6 @@ hyper-util = { version = "0.1", features = ["full"], optional = true} [features] default = ["database"] -database = ["dep:steeldb-parser"] \ No newline at end of file +database = [] +client = ["dep:hyper", "dep:tokio", "dep:http-body-util", "dep:hyper-util"] +server = ["dep:hyper", "dep:tokio", "dep:http-body-util", "dep:hyper-util", "dep:steeldb-parser"] \ No newline at end of file