fixed cargo dep

This commit is contained in:
wrk 2023-06-09 01:04:14 +02:00
parent 72e64fc461
commit 14800c2ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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"