Created
July 24, 2022 10:42
-
-
Save Mr-Malomz/3a91618a8954ec3b832c851be3e379f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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