Skip to content

Commit ec89ef8

Browse files
authored
chore: add metadata to cargo (#24)
Signed-off-by: Michael Beemer <[email protected]>
1 parent e9502b7 commit ec89ef8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/flagd/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "open-feature-flagd"
33
version = "0.0.2"
44
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"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

0 commit comments

Comments
 (0)