Skip to content
Snippets Groups Projects
Verified Commit 421c6442 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated deps

parent 7b3b9589
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,10 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "coroutines"
version = "0.1.0"
dependencies = [
"mio",
]
[[package]]
name = "coroutines_wait"
version = "0.1.0"
dependencies = [
"coroutines",
"mio",
]
......
......@@ -5,4 +5,3 @@ edition = "2021"
[dependencies]
mio = { version = "1.0.3", features = ["net", "os-poll"] }
coroutines = { path = "../coroutines/"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment