aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-client/Cargo.toml')
-rw-r--r--lockchain-client/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/lockchain-client/Cargo.toml b/lockchain-client/Cargo.toml
new file mode 100644
index 0000000..9d658ba
--- /dev/null
+++ b/lockchain-client/Cargo.toml
@@ -0,0 +1,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]