Skip to content

Commit 078d1be

Browse files
authored
Update README.md
1 parent 49f8e61 commit 078d1be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Build](https://github.com/Inferara/inf-wasm-tools/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Inferara/inf-wasm-tools/actions/workflows/build.yml)
22
![Crates.io Version](https://img.shields.io/crates/v/json-mutex-db?label=json-mutex-db)
3+
![Crates.io Total Downloads](https://img.shields.io/crates/d/json-mutex-db)
34

45
# JsonMutexDB 💾
56

@@ -27,6 +28,12 @@ Ever found yourself needing a *really* simple way to persist some state in a Rus
2728
cargo add json-mutex-db
2829
```
2930

31+
or add the following line to your `Cargo.toml`:
32+
33+
```toml
34+
json-mutex-db = "0.0.2"
35+
```
36+
3037
And get going in your code:
3138

3239
```rust

0 commit comments

Comments
 (0)