diff --git a/Cargo.toml b/Cargo.toml index d294643..dc3a0f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ crate-type = ["rlib"] path = "src/lib.rs" [features] -actix = ["tribufu-actix"] +#actix = ["tribufu-actix"] [dependencies] tribufu-api = { version = "0.1.0", path = "./src/api" }