Created
October 21, 2022 15:35
-
-
Save Mr-Malomz/c98b435b031a1305d9f9341291a62ef2 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] | |
actix-web = "4" | |
serde = { version = "1.0.145", features = ["derive"] } | |
dotenv = "0.15.0" | |
reqwest = { version = "0.11", features = ["json"] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment