pastebin/Cargo.toml
Kaczanowski Mateusz fb9ba72107 #7 fix invalid ttl
2020-09-18 23:52:09 +02:00

19 lines
414 B
TOML

[package]
name = "pastebin"
version = "0.1.1"
authors = ["Kaczanowski Mateusz <kaczanowski.mateusz@gmail.com>"]
edition = "2018"
[dependencies]
rocket = { version = "0.4.4", features = ["tls"] }
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"
maplit = "1.0.2"
tempdir = "0.3.7"
speculate = "0.1.2"
chrono = "0.4.11"