aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-05-08 12:58:09 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-05-08 12:58:09 +0200
commitcd0917de6beb83bd0d84af1cfbb6e5e939814e92 (patch)
tree93aa75da23d8d40593382f6b386ae66aa815051b /lockchain-client/Cargo.toml
parentd4dd69d2f9c430a8f00e1eb7b1c82361caa0b7b4 (diff)
More crate metadata for crates io
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]