mirror of
https://github.com/rjNemo/tokio-chat-server
synced 2026-06-06 01:26:40 +00:00
8 lines
173 B
TOML
8 lines
173 B
TOML
[package]
|
|
name = "chat-server"
|
|
version = "0.1.0"
|
|
authors = ["Ruidy <nemausatpro@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|