libknox 0.2.1

secret vault encrypted with GPG
Documentation
[package]
name = "libknox"
version = "0.2.1"
description = "secret vault encrypted with GPG"
authors = ["Antoine POPINEAU <antoine.popineau@appscho.com>"]
repository = "https://github.com/apognu/knox"
license = "MIT"

edition = "2018"
workspace = "../"
build = false

[build-dependencies]
protoc-rust = "2.0"

[dependencies]
protobuf = "^2.2"
gpgme = "^0.8"
uuid = { version = "^0.7", features = ["v4"] }
git2 = "0.8"

[features]
protobufs = []