L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
198 stars 39 forks source link

remove unused dependencies #94

Closed futurepaul closed 2 years ago

futurepaul commented 2 years ago

I used cargo-udeps (https://crates.io/crates/cargo-udeps) to check for unused dependencies

johncantrell97 commented 2 years ago

cool, I figured there were a lot of extra deps in there. I have a feeling it's missing some unused-deps in the senseid binary crate now that senseicore has been extracted but maybe not.