katbin/Cargo.toml
supercmmetry c41b036e07
diesel: embed migrations in binary
Signed-off-by: supercmmetry <vishaals2000@gmail.com>
2020-06-24 15:02:27 +05:30

23 lines
587 B
TOML

[package]
name = "katbin"
version = "0.1.0"
authors = ["ATechnoHazard <amolele@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.4"
rocket_contrib = {version="0.4.4", default-features=false, features=["json"]}
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
diesel = {version = "1.4.4", features = ["postgres", "r2d2", "chrono"]}
diesel_migrations = "1.4.0"
dotenv = "0.15.0"
jsonwebtoken = "7.1.2"
slog = "2.5.2"
slog-term = "2.6.0"
slog-async = "2.5.0"
chrono = "0.4.11"