From 7cbe809650958958aad146ad85de922b758c664d Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:00:34 -0500 Subject: [PATCH] chore: add back description and license in Cargo.toml (#58) --- snark-verifier/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/snark-verifier/Cargo.toml b/snark-verifier/Cargo.toml index 87c17546..98dbdd9c 100644 --- a/snark-verifier/Cargo.toml +++ b/snark-verifier/Cargo.toml @@ -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"