Files
claw/src/scene_contract/mod.rs

11 lines
513 B
Rust

pub mod manifest;
pub use manifest::{
ArtifactSection, BootstrapSection, DeterministicSection, ManifestSection, ModesSection,
PostprocessSection, RuntimeContextSection, SafetySection, ScheduledReferencesSection,
ScheduledToolsSection, SceneManifest, SceneParam, SceneSection, TriggerSection,
SCENE_MANIFEST_FILE_NAME, SUPPORTED_SCENE_CATEGORY_V1, SUPPORTED_SCENE_KIND_V1,
SUPPORTED_SCHEMA_VERSION_V1, SUPPORTED_SCHEDULED_MONITORING_CATEGORY_V1,
SUPPORTED_SCHEDULED_MONITORING_KIND_V1,
};