sunox 0.0.2

Generate AI music from your terminal via direct Suno web workflows
1
2
3
4
5
6
#[derive(Debug, Clone)]
pub struct BrowserAuth {
    pub clerk_client_cookie: String,
    pub cookie_header: String,
    pub device_id: Option<String>,
}