summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-04-04 19:36:54 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2021-04-04 19:36:54 -0400
commita1829b5b93531a6262ed779c4a58f94a1748737c (patch)
treed9353d377c07c33520c3a23f535c15c9c317b084
parentc569ecafface0fbaaf15e293d15df17e2761ae8b (diff)
add default with-hyper again to fix build
-rw-r--r--ipfs-api-examples/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipfs-api-examples/Cargo.toml b/ipfs-api-examples/Cargo.toml
index 9e928eb..4f8a355 100644
--- a/ipfs-api-examples/Cargo.toml
+++ b/ipfs-api-examples/Cargo.toml
@@ -12,6 +12,7 @@ readme = "../README.md"
license = "MIT OR Apache-2.0"
[features]
+default = ["with-hyper"]
with-hyper = ["ipfs-api-backend-hyper", "tokio/macros", "tokio/rt-multi-thread"]
with-actix = ["ipfs-api-backend-actix", "actix-rt"]