aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
[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 = "GPL-3.0"

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