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.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml
index 11bad30..8cdf52c 100644
--- a/lockchain-files/Cargo.toml
+++ b/lockchain-files/Cargo.toml
@@ -7,11 +7,14 @@ 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"
+license = "GPL-3.0"
-# Specifies a semver vault version it can open
+# 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"