update logging system and send websocket message on owner creation via api
This commit is contained in:
parent
3e1c744db1
commit
c016fc915b
7 changed files with 97 additions and 53 deletions
|
|
@ -16,4 +16,6 @@ utoipa-axum = "0.2.0"
|
|||
utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }
|
||||
utoipa-redoc = { version = "6", features = ["axum"] }
|
||||
futures-util = "0.3.31"
|
||||
log = "0.4.27"
|
||||
pretty_env_logger = "0.5.0"
|
||||
|
||||
|
|
|
|||
Reference in a new issue