Skip to content

Commit

Permalink
chore: add back description and license in Cargo.toml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 18, 2024
1 parent 8effca5 commit 7cbe809
Showing 1 changed file with 6 additions and 0 deletions.
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.7"
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. This is a fork of PSE's version."
rust-version = "1.73.0"

[dependencies]
itertools = "0.11"
Expand Down

0 comments on commit 7cbe809

Please sign in to comment.