katbin/Cargo.toml
ATechnoHazard 8e44b02235
routes: pastes: Finish impl of paste creation
Signed-off-by: ATechnoHazard <amolele@gmail.com>
2020-06-26 00:19:20 +05:30

26 lines
672 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"
anyhow = "1.0"
slog-async = "2.5.0"
bcrypt = "0.8"
chrono = "0.4.11"
uuid = { version = "0.8", features = ["serde", "v4"] }