From 14800c2ddc5154fb0f9816b21b8af039f2dafc53 Mon Sep 17 00:00:00 2001 From: wrk Date: Fri, 9 Jun 2023 01:04:14 +0200 Subject: [PATCH] fixed cargo dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b32203f..c36d674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ircie = { path = "../drugwars_v2/ircie" } +ircie = { path = "../ircie" } tokio = { version = "1.28.2", features = ["full"] } env_logger = "0.10.0" rand = "0.8.5"