1 2 3 4 5 6
use crate::envelope::ENVELOPE_SCHEMA_VERSION; pub(super) const SCHEMA_VERSION: &str = ENVELOPE_SCHEMA_VERSION; pub(super) const POLICIES_FILE: &str = "policies.toml"; pub(super) const POLICIES_FORMAT_VERSION: u32 = 1; pub(super) const GLOBAL_SESSION_SUFFIX: &str = "@GLOBAL";