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

Commit e72b6476 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add tokio sync in dev-dependencie" am: 502a0f30

parents 4b6572e3 502a0f30
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"]