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

[dependencies]
lockchain-core = "*"
lockchain-files = "*"
lockchain-http = "*"

clap = "*"