diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index 8c9f64cb..d64b4555 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -28,10 +28,10 @@ tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } [dev-dependencies] criterion = { version = "0.5", features = ["async_std"] } futures = "0.3.17" -tap_core = { path = ".", features = ["mock"] } [features] +default = ["mock"] mock = [] [[bench]]