hypha: convert to using anyhow for error handling

This commit is contained in:
Alex Zenla
2024-01-30 02:15:03 -08:00
parent a1081ea79c
commit eec213c712
13 changed files with 42 additions and 190 deletions

View File

@ -1,5 +1,5 @@
use anyhow::Result;
use hypha::container::init::ContainerInit;
use hypha::error::Result;
fn main() -> Result<()> {
env_logger::init();