Skip to content

Commit 1ff5bb1

Browse files
committed
Exclude some files from package
1 parent 5e75eb0 commit 1ff5bb1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orama-js-pool"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2021"
55
license = "AGPL-3.0"
66
description = "Create a pool of JavaScript engines to invoke JavaScript code concurrently."
@@ -13,6 +13,11 @@ documentation = "https://docs.rs/orama-js-pool"
1313
repository = "https://github.com/oramasearch/orama-js-pool"
1414
homepage = "https://crates.io/crates/orama-js-pool"
1515

16+
exclude = [
17+
"open_ai_js_example/*",
18+
".github/*",
19+
]
20+
1621
[lib]
1722
name = "orama_js_pool"
1823
# crate-type = ["rlib", "cdylib"]

0 commit comments

Comments
 (0)