summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c2d32b35c0f2316ecc3789ba511e7abaff457ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "coffeepaste"
version = "0.0.0"
edition = "2018"
authors = ["Martin Dørum <martid0311@gmail.com>"]

[dependencies]
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }
tokio-util = { version = "0.3", features = ["codec"] }
mime_guess = "2.0"
rand = "0.7"
futures = "0.3"
libc = "0.2"
chrono = "0.4"
log = "0.4"
env_logger = "0.7"

[build-dependencies.config_struct]
version = "0.4"
features = ["toml-parsing"]