//! Pre-release placeholder for the Squeezy runtime wire protocol.
//!
//! The functional protocol types ship at 0.1.0.
//! See <https://github.com/panicless/squeezy>.
/// The website for the Squeezy project.
pub const HOMEPAGE: &str = "https://squeezyagent.com";
/// The source repository for the Squeezy project.
pub const REPOSITORY: &str = "https://github.com/panicless/squeezy";