diff --git a/Cargo.toml b/Cargo.toml index ec4c63205..8b00260c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,6 @@ 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_tmp.rs b/tests/test_tmp.rs new file mode 100644 index 000000000..1c2f50182 --- /dev/null +++ b/tests/test_tmp.rs @@ -0,0 +1,5 @@ + + +#[test] +fn test_placeholder() { +}