//! -*- mode: rust; -*-
//!
//! This file is part of xxx.
//! Copyright (c) 2022 Nyah Check
//! See LICENSE for licensing information.
//!
//! Authors:
//! - Nyah Check <hello@nyah.dev>
//! GPG signature verification.
extern crate serde_derive;
extern crate reqwest;
extern crate serde;
extern crate serde_json;
extern crate tokio;
extern crate url;