Adjust imports and add webp conversion.

This commit is contained in:
Olivia Brooks
2025-10-13 20:24:39 -04:00
parent 7a7ba5d21b
commit 6f8a8bda96
7 changed files with 177 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
use serde::Deserialize;
use std::fmt;
use serde::Deserialize;
#[derive(Clone, Debug, Deserialize)]
pub enum Gender {
Male,