File tree 2 files changed +8
-10
lines changed
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` ] ::
2
2
# flagd Provider for OpenFeature
3
3
4
4
A 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
30
30
31
31
### Installation
32
32
Add 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
37
36
```
38
37
Then integrate it into your application:
39
38
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`]::
2
2
//! # flagd Provider for OpenFeature
3
3
//!
4
4
//! A Rust implementation of the OpenFeature provider for flagd, enabling dynamic
30
30
//!
31
31
//! ## Installation
32
32
//! 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
37
36
//! ```
38
37
//! Then integrate it into your application:
39
38
//!
You can’t perform that action at this time.
0 commit comments