provenance-mark-cli 0.7.0

A command line tool for creating and managing Provenance Marks.
1
2
3
4
5
use anyhow::Result;

pub trait Exec {
    fn exec(&self) -> Result<String>;
}