This diff adds dependencies to the Rust `Cargo` manifest file for the notifications library wrapper.
Dependencies list:
log - Logging inside the functions.
tokio - Asynchronous calls.
lazy_static - Lazy static initialization that will be used for the Tokio runtime initialization.
a2 - APNS client library.