aws / aws-nitro-enclaves-image-format

This library provides the definition of the enclave image format (EIF) file used in AWS Nitro Enclaves.
Apache License 2.0
11 stars 16 forks source link

Add a Cargo.lock #34

Open Cottand opened 2 weeks ago

Cottand commented 2 weeks ago

First off, thanks again for https://github.com/aws/aws-nitro-enclaves-image-format/pull/27 - it has simplified a lot how we use this tool!

While now we are covered to build the EIF reproducibly, we would also like to build its dependencies reproducibly. For this it would help a lot if the CLI introduced in https://github.com/aws/aws-nitro-enclaves-image-format/pull/27 had a Cargo.lock file.

We have generated our own in https://github.com/monzo/aws-nitro-util/pull/24, but we would prefer if this repo had its own, as ours will break every time you update your Cargo.toml