We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec89ef8 commit a0ec8b9Copy full SHA for a0ec8b9
crates/flagd/Cargo.toml
@@ -10,6 +10,15 @@ homepage = "https://openfeature.dev/"
10
repository = "https://github.com/open-feature/rust-sdk-contrib"
11
license = "Apache-2.0"
12
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
+
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
23
24
[build-dependencies]
0 commit comments