pastebin/Cargo.toml
Kaczanowski Mateusz 7cfe2fc5dc update readme
2020-10-27 14:25:31 +01:00

21 lines
451 B
TOML

[package]
name = "pastebin"
version = "0.1.3"
authors = ["Kaczanowski Mateusz <kaczanowski.mateusz@gmail.com>"]
edition = "2018"
[dependencies]
rocket = { version = "0.4.4", features = ["tls"] }
regex = "1"
humantime = "2.0.1"
rocksdb = "0.13.0"
nanoid = "0.3.0"
flatbuffers = "0.6.1"
structopt = "0.3.17"
structopt-derive = "0.4.10"
num_cpus = "1.0"
handlebars = "3.0.1"
tempdir = "0.3.7"
speculate = "0.1.2"
chrono = "0.4.11"
serde_json = "1.0.57"