Support legacy cli arguments

This commit is contained in:
Mubelotix
2025-07-30 12:25:59 +02:00
parent cc37eb870f
commit 466e1a7aac
5 changed files with 29 additions and 9 deletions

View File

@ -2,7 +2,7 @@ use std::collections::BTreeMap;
use serde::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize, Clone)]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
#[serde(rename_all = "camelCase")]
pub struct Webhook {
pub url: String,