//! Webcash protocol constants and version information.
/// Library version
pub const VERSION: &str = env!;
/// Terms of service that must be accepted for server operations
pub const TERMS_OF_SERVICE: &str =
"I acknowledge and agree to the Terms of Service located at https://webcash.org/terms";