appmgr: feature flag for avahi

This commit is contained in:
Aiden McClelland
2021-02-26 11:24:44 -07:00
committed by Aiden McClelland
parent 218bae3b46
commit 1c8889a60c
3 changed files with 20 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ pub mod error;
pub mod index;
pub mod inspect;
pub mod install;
#[cfg(feature = "avahi")]
pub mod lan;
pub mod logs;
pub mod manifest;