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 e9502b7 commit ec89ef8Copy full SHA for ec89ef8
crates/flagd/Cargo.toml
@@ -2,6 +2,13 @@
2
name = "open-feature-flagd"
3
version = "0.0.2"
4
edition = "2021"
5
+rust-version = "1.71.1" # MSRV
6
+description = "The official flagd provider for OpenFeature."
7
+documentation = "https://docs.rs/open-feature-flagd"
8
+readme = "README.md"
9
+homepage = "https://openfeature.dev/"
10
+repository = "https://github.com/open-feature/rust-sdk-contrib"
11
+license = "Apache-2.0"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
0 commit comments