diff --git a/Cargo.toml b/Cargo.toml index 8b00260c1..ec4c63205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ log = "0.3" env_logger = "*" #actix = { git="https://github.com/fafhrd91/actix.git" } +skeptic = { version = "0.13", optional = true } [dependencies.actix] #path = "../actix" diff --git a/tests/test_skeptic.rs b/tests/skeptic.rs similarity index 100% rename from tests/test_skeptic.rs rename to tests/skeptic.rs