Skip to content

Commit aa66c17

Browse files
authored
Remove some unneeded files from the published package (#143)
This commit removes several unneeded files from the published package to reduce the package size and also include potential critical file types like scripts.
1 parent d1f905a commit aa66c17

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ description = "`wasm32-unknown-unknown` bindings to the libsqlite3 library."
1010
categories = ["development-tools::ffi", "wasm", "database"]
1111
keywords = ["sqlite", "sqlite-wasm", "wasm", "webassembly", "javascript"]
1212
rust-version = "1.78.0"
13+
include = [
14+
'src/**/*.rs',
15+
'build.rs',
16+
'sqlite3/**/*.c',
17+
'sqlite3/**/*.h',
18+
'sqlite3/**/*.a',
19+
'sqlite3mc/**/*.c',
20+
'sqlite3mc/**/*.h',
21+
'shim/**/*.h',
22+
'shim/**/*.c',
23+
'Cargo.toml',
24+
'/README.md',
25+
'LICENSE',
26+
]
1327

1428
[dependencies]
1529
once_cell = "1.21.3"

0 commit comments

Comments
 (0)