File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- [ Generated by cargo-readme: `cargo readme --no-title > README.md` ] ::
1+ [ Generated by cargo-readme: `cargo readme --no-title --no-license > README.md` ] ::
22 # flagd Provider for OpenFeature
33
44A Rust implementation of the OpenFeature provider for flagd, enabling dynamic
@@ -30,10 +30,9 @@ and connection management. It is designed to work seamlessly with the OpenFeatur
3030
3131### Installation
3232Add the dependency in your ` Cargo.toml ` :
33- ``` toml
34- [dependencies ]
35- open-feature-flagd = " 0.0.4"
36- open-feature = " 0.2"
33+ ``` bash
34+ cargo add open-feature-flagd
35+ cargo add open-feature
3736```
3837Then integrate it into your application:
3938
Original file line number Diff line number Diff line change 1- //! [Generated by cargo-readme: `cargo readme --no-title > README.md`]::
1+ //! [Generated by cargo-readme: `cargo readme --no-title --no-license > README.md`]::
22//! # flagd Provider for OpenFeature
33//!
44//! A Rust implementation of the OpenFeature provider for flagd, enabling dynamic
3030//!
3131//! ## Installation
3232//! Add the dependency in your `Cargo.toml`:
33- //! ```toml
34- //! [dependencies]
35- //! open-feature-flagd = "0.0.1"
36- //! open-feature = "0.2"
33+ //! ```bash
34+ //! cargo add open-feature-flagd
35+ //! cargo add open-feature
3736//! ```
3837//! Then integrate it into your application:
3938//!
You can’t perform that action at this time.
0 commit comments