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

initial rust version

This commit is contained in:
Robin Appelman 2017-10-05 21:49:04 +02:00
commit 5e853f76e2
5 changed files with 471 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "sync"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
[dependencies]
mio-websocket = { git = "https://github.com/nbaksalyar/mio-websocket" }
mio = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"