awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

chore: remove zip dependency #252

Closed ryota-sakamoto closed 3 months ago

ryota-sakamoto commented 3 months ago

Issue #, if available:

N/A

Description of changes:

We used zip crate to extract zip file of bootstrap previously but we have local data by #153. So we don't depend on zip crate.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.