tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

Cleanup unused dependencies #237

Closed Serial-ATA closed 1 month ago

Serial-ATA commented 1 month ago

This removes unused dependencies and sorts the tables.

common depended on color-eyre just to re-export it. That re-export was only used by tangle-environment, so I just made a new common::Error variant for it to use instead (https://github.com/webb-tools/gadget/commit/0d8e38e5397f59af81e2d63ed6dadf56754dc685). Outside of that, there are no functionality changes.