Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Dec 11, 2023
1 parent e343327 commit c46c68a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Welcome to `noir_rs`, a pure Rust implementation for generating and verifying zk
- ![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml/badge.svg)
- ![Version](https://img.shields.io/badge/version-0.16.7-darkviolet)

## Add `noir_rs` to your project
```
noir_rs = { git = "https://github.com/visoftsolutions/noir_rs.git", branch = "latest", package = "noir_rs" }
```

## Why `noir_rs`?

- **Rust-centric Design**: Leveraging Rust's impressive performance, safety, and concurrency for a robust zkSNARK platform.
Expand Down

0 comments on commit c46c68a

Please sign in to comment.