pastebin/Cargo.toml
Konrad Borowski 28177d7530 Merge branch 'update-rand' into 'master'
Update rand crate

See merge request pastebin.run/server!6
2019-08-08 11:48:11 +00:00

28 lines
845 B
TOML

[package]
name = "pastebinrun"
version = "0.1.0"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
edition = "2018"
license = "AGPL-3.0-or-later"
build = "src/build.rs"
[dependencies]
ammonia = "3.0.0"
chrono = "0.4.6"
diesel = { version = "1.4.1", features = ["chrono", "postgres", "r2d2"] }
diesel_migrations = "1.4.0"
env_logger = { version = "0.6.0", default-features = false }
futures = "0.1.28"
futures03 = { version = "=0.3.0-alpha.17", package = "futures-preview", features = ["compat"] }
lazy_static = "1.3.0"
log = "0.4.6"
mime = "0.3.13"
pulldown-cmark = "0.5.0"
rand = "0.7.0"
serde = { version = "1.0.88", features = ["derive"] }
tokio-diesel = { git = "https://github.com/xfix/tokio-diesel.git", branch = "stable-compatibility" }
warp = "0.1.15"
[build-dependencies]
ructe = { version = "0.6.2", features = ["mime03", "warp"] }