squeezy_runtime_protocol/lib.rs
1//! Pre-release placeholder for the Squeezy runtime wire protocol.
2//!
3//! The functional protocol types ship at 0.1.0.
4//! See <https://github.com/panicless/squeezy>.
5
6/// The website for the Squeezy project.
7pub const HOMEPAGE: &str = "https://squeezyagent.com";
8
9/// The source repository for the Squeezy project.
10pub const REPOSITORY: &str = "https://github.com/panicless/squeezy";