commit dca78a48207e7159669113808c41d2c7f855c78d parent de1099dba50832d72aafae07b98f5b749c7c88f0 Author: William Casarin <jb55@jb55.com> Date: Thu, 14 Dec 2023 18:36:49 -0800 rust: update published includes Diffstat:
M | rust/Cargo.toml | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rust/Cargo.toml b/rust/Cargo.toml @@ -6,8 +6,7 @@ readme = "README.md" version = "0.1.0" edition = "2021" build = "build.rs" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +include = ["../deps", "src", "Cargo.toml", "../*.c", "../*.h"] [build-dependencies] bindgen = "0.69.1"