diff --git a/snark-verifier/Cargo.toml b/snark-verifier/Cargo.toml index bb4e3957..6e223f24 100644 --- a/snark-verifier/Cargo.toml +++ b/snark-verifier/Cargo.toml @@ -6,7 +6,7 @@ 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." +description = "Generic (S)NARK verifier for Rust, halo2, and EVM. This is a fork of PSE's version." rust-version = "1.73.0" [dependencies]