Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 502a0f30 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add tokio sync in dev-dependencie"

parents b9b2f897 740a258c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,5 +31,8 @@ tokio = { version = "*", features = ['bytes', 'macros', 'net', 'rt-multi-thread'
# Proc Macro dependency
paste = "*"

[dev-dependencies]
tokio = { version = "*", features = ['bytes', 'macros', 'net', 'rt-multi-thread', 'time', 'sync'] }

[lib]
crate-type = ["rlib"]