Skip to content

Commit

Permalink
language serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrimpuff authored Oct 22, 2024
1 parent fae8329 commit ffcaf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ pub enum CardType {
Main,
}

#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize)]
pub enum CardLanguage {
Japanese,
English,
Expand Down

0 comments on commit ffcaf1d

Please sign in to comment.