From cd0917de6beb83bd0d84af1cfbb6e5e939814e92 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 8 May 2018 12:58:09 +0200 Subject: More crate metadata for crates io --- lockchain-client/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lockchain-client/Cargo.toml (limited to 'lockchain-client/Cargo.toml') 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 "] + +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] -- cgit v1.2.3