parent
6882b49336
commit
24975c2e0d
7 changed files with 117 additions and 52 deletions
|
|
@ -17,7 +17,7 @@ sea-orm-migration = { version = "1.1", default-features = false, features = ["sq
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
futures-util = "0.3"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
|
||||
tower-http = { version = "0.6", features = ["trace", "fs"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue