feat: with enroll

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-26 18:46:56 +02:00
parent 97978df287
commit 8c41e1004c
5 changed files with 102 additions and 16 deletions

View File

@@ -13,7 +13,9 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
axum = { version = "0.6.18" }
axum = { version = "0.6.18", features = ["macros"] }
async-trait = "*"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
reqwest = {version = "0.11.20", features = ["json"]}