We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd8d57 commit a08ee31Copy full SHA for a08ee31
Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/restatedev/sdk-rust"
9
[features]
10
default = ["http_server", "rand", "uuid"]
11
hyper = ["dep:hyper", "http-body-util", "restate-sdk-shared-core/http"]
12
-http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal"]
+http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal", "tokio/macros"]
13
14
[dependencies]
15
bytes = "1.6.1"
0 commit comments