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

Commit 740a258c authored by William Escande's avatar William Escande
Browse files

Add tokio sync in dev-dependencie

Test: cargo test (in system/gd/rust/common)
Change-Id: I21af30c5b8161034ac2fcb21bd98df2856853b09
parent 9788c87a
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"]