mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 16:44:07 +02:00
add tests
This commit is contained in:
parent
b298c8d2d9
commit
474c2beab8
4 changed files with 460 additions and 32 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue