Skip to content

Commit

Permalink
chore: add package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 4, 2023
1 parent a6a887e commit 18fd5fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "snark-verifier-sdk"
version = "0.1.6"
authors = ["Privacy Scaling Explorations Team", "Intrinsic Technologies"]
license = "MIT"
edition = "2021"
repository = "https://github.com/axiom-crypto/snark-verifier"
readme = "../README.md"
description = "SDK for using snark-verifier."
rust-version = "1.73.0"
autobenches = false

[dependencies]
Expand Down
6 changes: 6 additions & 0 deletions snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "snark-verifier"
version = "0.1.6"
authors = ["Privacy Scaling Explorations Team", "Intrinsic Technologies"]
license = "MIT"
edition = "2021"
repository = "https://github.com/axiom-crypto/snark-verifier"
readme = "../README.md"
description = "Generic (S)NARK verifier for Rust, halo2, and EVM."
rust-version = "1.73.0"

[dependencies]
itertools = "0.11"
Expand Down

0 comments on commit 18fd5fe

Please sign in to comment.