From dc27132d74b78d616093feae6baccc3d3432c23b Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Tue, 5 Nov 2024 13:55:50 -0600 Subject: [PATCH] fix: limit files included --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fa9ce1a..56585d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Rust bindings for [astronomy-engine](https://github.com/cosinekit homepage = "https://github.com/maxb2/astronomy-engine-rs" repository = "https://github.com/maxb2/astronomy-engine-rs" readme = "README.md" +include = ["/src/","/astronomy/source/c"] [dependencies] libc = "0.2.161"