feat: with many producers

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 00:00:41 +02:00
parent 7b08b16cdb
commit 0a78124489
5 changed files with 195 additions and 85 deletions

View File

@@ -53,3 +53,9 @@ pub enum PersistenceError {
#[error("failed to publish item {0}")]
UpdatePublished(anyhow::Error),
}
#[derive(Error, Debug)]
pub enum BuilderError {
#[error("dependency not added to builder: {0}")]
DependencyError(anyhow::Error),
}