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

add tests

This commit is contained in:
Robin Appelman 2019-06-14 15:50:05 +02:00
commit 474c2beab8
4 changed files with 460 additions and 32 deletions

View file

@ -8,4 +8,8 @@ edition = "2018"
ws = "0.8"
mio = "0.6.19"
serde = { version = "1.0.92", features = ["derive"] }
serde_json = "1.0.39"
serde_json = "1.0.39"
enum_dispatch = "0.1"
[dev-dependencies]
maplit = "1.0"