summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
blob: 82b4f2015b9a595c97cb25ea0502ee36de2a2bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "server"
version = "0.1.0"
authors = ["stuebinm <stuebinm@disroot.org>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
sha2 = "0.9.3"
hex = "0.4.3"