From 52d99b16534631e293a23ddbc18c4ea70b71392f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 11 Aug 2024 13:35:15 +0200 Subject: add recipes back to protocol --- server/src/bin/graph.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/bin/graph.rs') diff --git a/server/src/bin/graph.rs b/server/src/bin/graph.rs index 58cc1763..03a59e37 100644 --- a/server/src/bin/graph.rs +++ b/server/src/bin/graph.rs @@ -16,8 +16,8 @@ */ use anyhow::{anyhow, Result}; -use hurrycurry_protocol::{ItemIndex, RecipeIndex}; -use hurrycurry_server::{data::DataIndex, interaction::Recipe}; +use hurrycurry_protocol::{ItemIndex, Recipe, RecipeIndex}; +use hurrycurry_server::data::DataIndex; #[tokio::main] async fn main() -> Result<()> { -- cgit v1.2.3-70-g09d2