diff --git a/igloo_core/src/igloo_target.rs b/igloo_core/src/igloo_target.rs index 836a7a9..ac13ce2 100644 --- a/igloo_core/src/igloo_target.rs +++ b/igloo_core/src/igloo_target.rs @@ -134,6 +134,7 @@ impl IglooTarget // and a .toml pub fn target_from_existing(prj: &IglooProject, name: String) -> Result { + Ok(IglooTarget::_default()) }