shine-cli 2.0.0-rc.2

Give personal automation a reviewable lifecycle
Documentation
1
2
3
4
5
6
7
//! Compatibility re-exports for Sys runtime state now owned by `shine-core`.

#[cfg(test)]
pub(super) use shine_core::runtime::SYS_MANIFEST_FILE;
pub(super) use shine_core::runtime::SysRunEntry;
#[cfg(test)]
pub(super) use shine_core::runtime::SysRunManifest;