Skip to content

Instantly share code, notes, and snippets.

@Mr-Malomz
Created July 24, 2022 10:42
Show Gist options
  • Save Mr-Malomz/3a91618a8954ec3b832c851be3e379f3 to your computer and use it in GitHub Desktop.
Save Mr-Malomz/3a91618a8954ec3b832c851be3e379f3 to your computer and use it in GitHub Desktop.
//other code section goes here
[dependencies]
rocket = {version = "0.5.0-rc.2", features = ["json"]}
async-graphql = { version = "4.0", features = ["bson", "chrono"] }
async-graphql-rocket = "4.0.0"
serde = "1.0.136"
dotenv = "0.15.0"
[dependencies.mongodb]
version = "2.2.0"
default-features = false
features = ["sync"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment