1 2 3 4 5
use crate::core::constants::VERSION; pub fn user_agent() -> String { format!("open-lark/{VERSION}") }