add initial endpoints
This commit is contained in:
parent
97d089c284
commit
3025f1380c
19 changed files with 300 additions and 9 deletions
|
@ -17,9 +17,11 @@ serde_json = "1.0.111"
|
|||
ulid = { version = "1.1.0", features = ["serde"] }
|
||||
eyre = "0.6.11"
|
||||
color-eyre = "0.6.2"
|
||||
rsa = { version = "0.9.6", features = ["serde"] }
|
||||
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
|
||||
rand = "0.8.5"
|
||||
toml = "0.8.8"
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.18"
|
||||
tracing = "0.1.40"
|
||||
tower-http = { version = "0.5.1", features = ["trace"] }
|
||||
bcrypt = "0.15.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue