send the creation of api-key to zookeeper

This commit is contained in:
Tamo
2023-08-02 13:57:30 +02:00
parent 97e3dfd99d
commit 84d56f3320
5 changed files with 24 additions and 9 deletions

View File

@ -23,5 +23,6 @@ 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.4.0"