//! Firefox AMO (addons.mozilla.org) Add-on Versions API client.
//!
//! The entry point is [`FirefoxStore`]. Build it with
//! [`FirefoxStore::from_jwt_credentials`], then call
//! [`FirefoxStore::publish`] to upload a packaged add-on, wait for
//! validation to succeed, and create a new version on the existing add-on.
//!
//! Only existing add-ons can be updated; the very first version of an
//! add-on must be uploaded through the AMO web UI.
pub use ;