postchat/Cargo.toml

11 lines
245 B
TOML

[package]
name = "chatserv"
version = "0.0.1"
authors = ["ella"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "0.2", features = ["full"] }