auth: add generate_master_key function

This commit is contained in:
Louis Dureuil 2022-12-22 11:55:27 +01:00
parent 9925309492
commit 66e18eae79
No known key found for this signature in database
3 changed files with 18 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version = "1.0.0"
edition = "2021"
[dependencies]
base64 = "0.13.1"
enum-iterator = "1.1.3"
hmac = "0.12.1"
meilisearch-types = { path = "../meilisearch-types" }