~/hooky

hooky/config/src/lib.rs -rw-r--r-- 159 B
335dec98 — Arthur Melton command controller 2 years ago

            
335dec98 Arthur Melton
4850b5ea Arthur Melton
335dec98 Arthur Melton
4850b5ea Arthur Melton
335dec98 Arthur Melton
4850b5ea Arthur Melton

1
2
3
4
5
6
7
use serde_derive::{Deserialize, Serialize};

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