tokio-chat-server/Cargo.toml
2021-09-01 13:52:26 +02:00

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"] }