simplify tokio features
This commit is contained in:
parent
01471342b0
commit
4321530f7d
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ serde = "1.0.147"
|
|||
async-graphql = { version = "4.0.16", features = ["apollo_tracing"] }
|
||||
async-graphql-axum = "4.0.16"
|
||||
axum = "0.6.0"
|
||||
tokio = { version = "1.22.0", features = ["full"] }
|
||||
tokio = { version = "1.22.0" }
|
||||
tower-http = { version = "0.3.4", features = ["cors"] }
|
||||
lazy_static = "1.4.0"
|
Loading…
Add table
Reference in a new issue