freechat/server/Cargo.toml
2019-11-04 12:18:14 -08:00

15 lines
339 B
TOML

[package]
name = "api"
version = "0.1.0"
authors = ["shockrahwow <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"
[dependencies.rocket_contrib]
version = "0.4.2"
default-features = false
features = ["json"]