aboutsummaryrefslogtreecommitdiff
path: root/lockchain-store/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-store/Cargo.toml')
-rw-r--r--lockchain-store/Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/lockchain-store/Cargo.toml b/lockchain-store/Cargo.toml
index f15d981..8b6b828 100644
--- a/lockchain-store/Cargo.toml
+++ b/lockchain-store/Cargo.toml
@@ -1,6 +1,13 @@
[package]
name = "lockchain-files"
-version = "0.1.0"
+description = "Filesystem storage backend for lockchain vaults"
+version = "0.0.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
+documentation = "https://docs.rs/lockchain-files"
+homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-files"
+readme = "README.md"
+license = "MIT/X11 OR Apache-2.0"
+
[dependencies]
+lockchain-core = ">=0.3.2"