pushover-rs 0.3.23

A Rust client for Pushover (https://www.pushover.net)
Documentation
1
2
3
4
5
6
7
8
// Rename this file to credentials.ron

ExampleCredentials (
    // Put your user key here
    user: "3301330133013301",
    // Put your app token here
    token: "FF06B5FF06B5FF06B5FF06B5",
)