mirror of
https://github.com/HiruNya/Shadowverse-Lobby-Server
synced 2026-08-25 02:26:04 -04:00
12 lines
233 B
TOML
12 lines
233 B
TOML
[package]
|
|
name = "Shadowverse-Lobby-Server"
|
|
version = "1.0.0"
|
|
authors = ["Hiruna Jayamanne <hirunav2@gmail.com>"]
|
|
|
|
[dependencies]
|
|
tokio = "0.1"
|
|
tokio-io = "*"
|
|
futures-await = "0.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1"
|