1 2 3 4 5
use anyhow::{Result, bail}; pub fn run(_source: &str, _target: &str) -> Result<()> { bail!("sync is not implemented yet") }