aws / aws-nitro-enclaves-nsm-api

This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability.
Apache License 2.0
62 stars 43 forks source link

Publish to crates.io #22

Closed paholg closed 2 years ago

paholg commented 2 years ago

I am using nsm-driver and nsm-io in a Rust application, and it would be helpful to have those published on crates.io. As is, I will likely have to vendor them.

petreeftime commented 2 years ago

It's been published here: https://crates.io/crates/aws-nitro-enclaves-nsm-api

paholg commented 2 years ago

Awesome, thank you!

vidhatha-ob commented 2 years ago

It's been published here: https://crates.io/crates/aws-nitro-enclaves-nsm-api

great! thank you!