freechat/website/Cargo.toml
2019-11-10 20:24:18 -08:00

17 lines
392 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"
[dependencies.rocket_contrib]
version = "0.4.2"
default-features = false
features = ["json", "tera_templates"]