aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
blob: 9d658bafb1d65642fd933246c6e735044995c3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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]