~/hooky

hooky/config/src/lib.rs -rw-r--r-- 143 B
583b1720 — Arthur Melton beging to get the data and send it 2 years ago
1
2
3
4
5
6
7
use serde_derive::Deserialize;

#[derive(Deserialize)]
pub struct Config {
    pub payload: Option<String>,
    pub send_to: Option<String>,
}