watchdog_utils_II 0.4.0

Library for user management for scout and watchdog
Documentation
1
2
3
4
5
6
use serde::Deserialize;

#[derive(Debug, Deserialize)]
pub struct CommitInfo {
    pub sha: String,
}