Skip to content

Commit

Permalink
Remove unused dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbrunskill committed Feb 20, 2024
1 parent 640bfef commit 3992dbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/graphql_v1/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ service = { path = "../../service" }
actix-web = { version = "4.0.1", default-features = false, features = ["macros", "cookies"] }
anymap = "0.12"
async-graphql = { version = "3.0.35", features = ["dataloader", "chrono"] }
async-graphql-actix-web = "3.0.35"
async-trait = "0.1.30"
tokio = { version = "1.29", features = ["macros" ] }
async-std = { version = "1", features = ["attributes", "tokio1"] }

0 comments on commit 3992dbf

Please sign in to comment.