From 70bb8744cd742dc6c8a71ab174e4a1b058c7bec8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 17:16:06 +0200 Subject: split off protocol into its own crate --- server/src/bin/graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/bin/graph.rs') diff --git a/server/src/bin/graph.rs b/server/src/bin/graph.rs index ace1b676..888119aa 100644 --- a/server/src/bin/graph.rs +++ b/server/src/bin/graph.rs @@ -16,10 +16,10 @@ */ use anyhow::{anyhow, Result}; +use hurrycurry_protocol::{ItemIndex, RecipeIndex}; use hurrycurry_server::{ data::{DataIndex, Demand}, interaction::Recipe, - protocol::{ItemIndex, RecipeIndex}, }; #[tokio::main] -- cgit v1.2.3-70-g09d2