diff options
Diffstat (limited to 'server/src/bin/graph.rs')
-rw-r--r-- | server/src/bin/graph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/bin/graph.rs b/server/src/bin/graph.rs index 8776920f..ace1b676 100644 --- a/server/src/bin/graph.rs +++ b/server/src/bin/graph.rs @@ -16,7 +16,7 @@ */ use anyhow::{anyhow, Result}; -use undercooked::{ +use hurrycurry_server::{ data::{DataIndex, Demand}, interaction::Recipe, protocol::{ItemIndex, RecipeIndex}, |