freechat/website/Cargo.toml
shockrah ca6401afab shifted goals for the codebase in client
it's now just the main website's code
2019-11-10 16:37:24 -08:00

17 lines
387 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", "templates"]