Remove extern crate calls
Summary:
This microservice uses Rust in 2018 edition. As such:
- the extern crate declarations aren't required
- the macros has to be imported too
Test Plan: Rebuild the crate
Reviewers: dereckson
Reviewed By: dereckson
Differential Revision: https://devcentral.nasqueron.org/D1873