13 lines
250 B
TOML
13 lines
250 B
TOML
[package]
|
|
name = "freechat-api"
|
|
version = "0.1.0"
|
|
authors = ["shockrahwow <alejandros714@protonmail.com>"]
|
|
edition = "2019"
|
|
|
|
[dependencies]
|
|
rocket = "0.4.2"
|
|
|
|
[dependencies.rocket_contrib]
|
|
version = "0.4.2"
|
|
default-features = false
|
|
features = ["json"] |