Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Jul 2, 2024
1 parent 1e0580d commit 0940bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "ark-zkey"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Library to read zkey faster by serializing to arkworks friendly format."
license = "MIT OR Apache-2.0"
repository = "https://github.com/zkmopro/mopro"
repository = "https://github.com/zkmopro/ark-zkey"
documentation = "https://zkmopro.org/"
homepage = "https://zkmopro.org/"
exclude = ["target/*", "test-vectors/*"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ark-zkey

![Crates.io](https://img.shields.io/crates/v/ark-zkey?label=ark-zkey)

Library to read `zkey` faster by serializing to `arkworks` friendly format.

See https://github.com/zkmopro/mopro/issues/25 for context.
Expand Down

0 comments on commit 0940bd0

Please sign in to comment.