1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 16:44:07 +02:00

initial integration tests

This commit is contained in:
Robin Appelman 2019-10-27 17:54:48 +01:00
commit 26183042e0
4 changed files with 964 additions and 11 deletions

View file

@ -12,4 +12,7 @@ serde_json = "1.0.39"
enum_dispatch = "0.1"
[dev-dependencies]
maplit = "1.0"
maplit = "1.0"
portpicker = "0.1.0"
websocket-lite = "0.3.0-alpha.6"
better-panic = "0.2.0"