import from pijul repo / WIP

This commit is contained in:
2020-12-24 11:25:50 +01:00
commit 6ce29d99fb
22 changed files with 2369 additions and 0 deletions

19
crdt-enc-gpgme/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "crdt-enc-gpgme"
version = "0.1.0"
authors = ["Thomas Heck <t@b128.net>"]
edition = "2018"
[dependencies]
serde = "1"
serde_bytes = "0.11"
rmp-serde = "0.14"
async-trait = "0.1"
anyhow = "1"
uuid = "0.8"
crdts = "4"
gpgme = "0.9"
dyn-clone = "1"
[dependencies.crdt-enc]
path = "../crdt-enc"