aboutsummaryrefslogtreecommitdiff
path: root/lockchain-files/Cargo.toml
blob: 8bf63f5c7892f05828f693bfc24b81615fad320c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lockchain-files"
description = "Filesystem storage backend for lockchain vaults"
version = "0.1.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 = { path = "../lockchain-core" } #, version = "0.6.0" }