aboutsummaryrefslogtreecommitdiff
path: root/lockchain-files/Cargo.toml
blob: 8cdf52c8f7ed971f41934cb61a5fb0e8d8846a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "lockchain-files"
description = "Filesystem storage backend for lockchain vaults"
version = "0.9.1-alpha.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 = "GPL-3.0"

# Specifies a semver vault version it can open
vault-version = "0.1"

[features]
git-backend = []

[dependencies]
lockchain-core = { version = "0.9.1-alpha.0", path = "../lockchain-core" }
semver = "0.9.0"
serde_yaml = "0.8"
serde = "1.0"
serde_derive = "1.0"