use crate::{config::Config, error::*}; pub struct PublishContext; pub async fn publish(_cfg: &Config) -> Result<()> { todo!() }