vacp2p / zerokit

A set of Zero Knowledge modules, written in Rust and designed to be used in other system programming environments.
Apache License 2.0
130 stars 7 forks source link

add `Cargo.lock` to the repo #134

Closed tyshko-rostyslav closed 1 year ago

tyshko-rostyslav commented 1 year ago

When updating dependencies recently, I had a number of issue, due to using automatically saved cached versions of certain dependencies, which distorted the understanding of actually what was or wasn't used for the building process. This issue should solve the problem.