diff --git a/src-tauri/src/external_recipe.rs b/src-tauri/src/external_recipe.rs index 6ac4a63..0052c1c 100644 --- a/src-tauri/src/external_recipe.rs +++ b/src-tauri/src/external_recipe.rs @@ -1,6 +1,6 @@ //! This module handles getting data from external recipes in the world wide web. -use std::str::FromStr; +use std::{str::FromStr, sync::OnceLock, time::Duration}; use anyhow::Result; use async_trait::async_trait;