greentic-bundle 0.5.2

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
Documentation
1
2
3
4
5
6
7
pub mod cache;
pub mod client;
pub mod registry;
pub mod resolve;

pub const DEFAULT_CACHE_POLICY: &str = "workspace-local";
pub const CACHE_ROOT_DIR: &str = "state/cache/catalogs";