feat: use phf::Set for supported versions

This commit is contained in:
2021-04-13 20:00:56 +02:00
parent f7c699f1f0
commit 548e934770
6 changed files with 77 additions and 17 deletions

View File

@@ -14,6 +14,7 @@ uuid = "0.8"
crdts = "6.2"
gpgme = "0.9"
dyn-clone = "1"
phf = {version = "0.8", features = ["macros"]}
[dependencies.crdt-enc]
path = "../crdt-enc"