postchat/Cargo.toml

11 lines
245 B
TOML
Raw Permalink Normal View History

2020-09-15 20:54:48 +00:00
[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"] }