aboutsummaryrefslogtreecommitdiff
path: root/lockchain-files/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-files/Cargo.toml')
-rw-r--r--lockchain-files/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml
new file mode 100644
index 0000000..8b6b828
--- /dev/null
+++ b/lockchain-files/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "lockchain-files"
+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"