parity-zcash icon indicating copy to clipboard operation
parity-zcash copied to clipboard

Map out non-rust dependencies and make an elimination list

Open hdevalence opened this issue 5 years ago • 0 comments

We have lots of non-rust dependencies. Some of these, like libsecp256, have minimal dependencies and basically just need a C compiler, while others have heavier dependencies and require various build dependencies. A library like libsecp256 probably isn't worth replacing, but it's worth seeing if we have any dependencies with heavy build dependencies that we could remove with relatively little work.

hdevalence avatar Jul 01 '19 22:07 hdevalence