Added new callback types

This commit is contained in:
2023-07-25 17:44:12 +03:00
parent c682fd310b
commit 64a5435dc3
8 changed files with 168 additions and 70 deletions

View File

@ -12,7 +12,10 @@ pbkdf2 = "0.12.1"
thiserror = "1.0.40"
entity = { version = "0.1.0", path = "../entity" }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
rand = { version = "0.8.5", default-features = false, features = ["std_rng", "std"] }
rand = { version = "0.8.5", default-features = false, features = [
"std_rng",
"std",
] }
sea-orm = "0.11.3"
bitflags = "2.3.1"
arrayvec = "0.7.2"