mirror of
https://github.com/ayywrk/hardfight.git
synced 2024-11-16 20:56:39 +00:00
fixed cargo dep
This commit is contained in:
parent
72e64fc461
commit
14800c2ddc
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ircie = { path = "../drugwars_v2/ircie" }
|
ircie = { path = "../ircie" }
|
||||||
tokio = { version = "1.28.2", features = ["full"] }
|
tokio = { version = "1.28.2", features = ["full"] }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user