Skip to content

Commit

Permalink
Add Milliliter Unit for Metro-Scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko committed May 3, 2024
1 parent e383a78 commit 5a105f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metro-scrape/src/article.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ pub enum UnitOfMeasure {
KJ,
#[serde(rename = "kcal")]
Kcal,
#[serde(rename = "ml")]
Milliliter,
}

#[derive(Debug, Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit 5a105f7

Please sign in to comment.