This commit is contained in:
parent
7500a129bd
commit
37102f9014
4 changed files with 56 additions and 48 deletions
|
|
@ -17,7 +17,7 @@ reqwest = { version = "0.12.22", features = ["json"] }
|
|||
sea-orm = { version = "1.1.13", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.46.1", features = [ "full" ] }
|
||||
tokio = { version = "1.47.1", features = [ "full" ] }
|
||||
utoipa = "5.4.0"
|
||||
utoipa-axum = "0.2.0"
|
||||
utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }
|
||||
|
|
|
|||
Reference in a new issue