Follow up ENG-2900.
This was a dead dependency - it's unused in tunnelbroker.
Details
Details
- Reviewers
• jon varun - Commits
- rCOMMf50c85cdd0fe: [tunnelbroker] Remove lazy_static dependency
cd services/tunnelbroker && cargo build
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
i think you can actually remove more than this :)
varun@varuns-MacBook-Pro tunnelbroker % cargo machete Analyzing dependencies of crates in this directory... cargo-machete found the following unused dependencies in /Users/varun/Code/comm/services/tunnelbroker: tunnelbroker -- /Users/varun/Code/comm/services/tunnelbroker/Cargo.toml: a2 aws-types base64 env_logger fcm futures lazy_static log openssl prost prost-types tokio-stream Done!
I think prost is actually required but everything else can probably be removed