feat: implement IdmClient backend support

This commit is contained in:
Alex Zenla
2024-04-10 10:08:02 +00:00
parent 092a243a83
commit c0e695831f
6 changed files with 116 additions and 51 deletions

1
Cargo.lock generated
View File

@ -1228,6 +1228,7 @@ name = "krata"
version = "0.0.8"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"libc",
"log",