WIP moving to the sync zookeeper API

This commit is contained in:
Kerollmops
2023-08-29 18:17:21 +02:00
committed by Clément Renault
parent 854745c670
commit 0c7d7c68bc
17 changed files with 653 additions and 750 deletions

View File

@ -24,6 +24,5 @@ serde_json = { version = "1.0.95", features = ["preserve_order"] }
sha2 = "0.10.6"
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
tokio = { version = "1.27.0", features = ["full"] }
uuid = { version = "1.3.1", features = ["serde", "v4"] }
zookeeper-client = "0.5.0"
zookeeper = "0.8.0"