aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
blob: 097319a81d202a38cafee66da8b2f39d6d662cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lockchain-client"
description = "Client side component of the lockchain stack. Decrypts records and provides a Rust API to use them."
version = "0.0.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]

documentation = "https://docs.rs/lockchain-client"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-client"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"

[dependencies]
lockchain-core = { version = "0.9.0" } #, path = "../lockchain-core" }