summaryrefslogtreecommitdiffstats
path: root/tests-build/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests-build/Cargo.toml')
-rw-r--r--tests-build/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-build/Cargo.toml b/tests-build/Cargo.toml
index 68231d71..e76621b4 100644
--- a/tests-build/Cargo.toml
+++ b/tests-build/Cargo.toml
@@ -7,6 +7,7 @@ publish = false
[features]
full = ["tokio/full"]
+rt-core = ["tokio/rt-core", "tokio/macros"]
[dependencies]
tokio = { path = "../tokio", optional = true }