diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index 628034bb..5c545462 100644 --- a/llama-cpp-sys-2/Cargo.toml +++ b/llama-cpp-sys-2/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/utilityai/llama-cpp-rs" links = "llama" include = [ + "build.rs", "/src", "llama-cpp-sys-2/ggml.c", "llama-cpp-sys-2/ggml.h",