Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Jan 22, 2024
1 parent f4e8fe8 commit b24bb04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

Add dependency on `Cargo.toml`

```rust
accumulators = { version = "0.4.0", features = ["all"] }
```

# Development

Test : `cargo test --all-features`
Bench : `cargo bench --all-features`

```rust
accumulators = { version = "0.4.0", features = ["all"] }
```

## Accumulators

### - [MMR](./src/mmr/README.md)
Expand Down

0 comments on commit b24bb04

Please sign in to comment.