sendword 0.8.7

Simple HTTP webhook to command runner sidecar. Frontend for managing hooks, JSON state for config portability, SQLite for execution history and logs.
Documentation
1
2
3
pub fn new_id() -> String {
    uuid::Uuid::now_v7().to_string()
}