Skip to content

Commit a0ec8b9

Browse files
authored
chore: cargo package include only source code (#25)
Signed-off-by: Eren Atas <[email protected]>
1 parent ec89ef8 commit a0ec8b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

crates/flagd/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ homepage = "https://openfeature.dev/"
1010
repository = "https://github.com/open-feature/rust-sdk-contrib"
1111
license = "Apache-2.0"
1212

13+
# This is needed to reduce package size
14+
include = [
15+
"schemas/protobuf/flagd/evaluation/v1/evaluation.proto",
16+
"schemas/protobuf/flagd/sync/v1/sync.proto",
17+
"flagd-testbed/gherkin/config.feature",
18+
"build.rs",
19+
"src/*",
20+
]
21+
1322
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1423

1524
[build-dependencies]

0 commit comments

Comments
 (0)