//! This crate contains code that can communicate with GitHub's artifact API.
//! See the documentation in the `client` module for more information.
modclient;modqueue;usechrono::{DateTime, Utc};usestd::time::Duration;pubuseclient::*;pubusequeue::*;fntwo_hours_from_now()->DateTime<Utc>{Utc::now()+Duration::from_secs(60*60*2)}