aboutsummaryrefslogtreecommitdiff
path: root/lockchain-server/Cargo.toml
blob: 1fa3a329bb78f5e0ec9c351c6ea5284408139f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "lockchain-server"
version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]

[dependencies]
lockchain-core = { path = "../lockchain-core" }
lockchain-files = { path = "../lockchain-files" }
lockchain-http = { path = "../lockchain-http" }

clap = "2.0"
insult = "2.0.3"