diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 7082d1678..bd61c880d 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" workspace = ".." [lib] -name = "actix_staticfiles" +name = "actix_files" path = "src/lib.rs" [dependencies]