freechat/server/Cargo.toml
2019-11-12 11:19:44 -08:00

19 lines
408 B
TOML

[package]
name = "client"
version = "0.1.0"
authors = ["shockrah <alejandros714@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.2"
serde = "1.0"
serde_derive = "1.0"
toml = "0.4.2"
[dependencies.rocket_contrib]
version = "0.4.2"
default-features = false
features = ["json", "tera_templates"]