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:
commit
5e853f76e2
5 changed files with 471 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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 = "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue