| 49 | |
| 50 | #[derive(Debug, Clone, serde::Serialize)] |
| 51 | pub struct CommitInfo { |
| 52 | pub sha: String, |
| 53 | pub at: DateTime<Utc>, |
| 54 | pub message: String, |
| 55 | } |
| 56 | |
| 57 | const AUTHOR_NAME: &str = "trace"; |
| 58 | const AUTHOR_EMAIL: &str = "trace@local"; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…