diff --git a/sys/Cargo.toml b/sys/Cargo.toml index f93ba2f..934b305 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -16,10 +16,18 @@ include = [ "whisper.cpp/src/CMakeLists.txt", "whisper.cpp/src/whisper.cpp", "whisper.cpp/include/whisper.h", + "whisper.cpp/ggml/CMakeLists.txt", + "whisper.cpp/ggml/src/CMakeLists.txt", "whisper.cpp/ggml/src/ggml.c", + "whisper.cpp/ggml/src/ggml-aarch64.c", + "whisper.cpp/ggml/src/ggml-aarch64.h", "whisper.cpp/ggml/src/ggml-alloc.c", + "whisper.cpp/ggml/src/ggml-backend-impl.h", "whisper.cpp/ggml/src/ggml-backend.c", + "whisper.cpp/ggml/src/ggml-backend.cpp", "whisper.cpp/ggml/src/ggml-cuda.cu", + "whisper.cpp/ggml/src/ggml-common.h", + "whisper.cpp/ggml/src/ggml-cpu-impl.h", "whisper.cpp/ggml/src/ggml-impl.h", "whisper.cpp/ggml/src/ggml-metal.m", "whisper.cpp/ggml/src/ggml-metal.metal", @@ -29,6 +37,8 @@ include = [ "whisper.cpp/ggml/include/ggml-alloc.h", "whisper.cpp/ggml/include/ggml-backend.h", "whisper.cpp/ggml/include/ggml-backend-impl.h", + "whisper.cpp/ggml/include/ggml-blas.h", + "whisper.cpp/ggml/include/ggml-cann.h", "whisper.cpp/ggml/include/ggml-cuda.h", "whisper.cpp/ggml/include/ggml-metal.h", "whisper.cpp/LICENSE",