Last active
March 2, 2019 14:18
-
-
Save mike820324/e7b4e0e4ae760f0b4eedd1f75741f44f 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
| [package] | |
| name = "microgram_server" | |
| version = "0.1.0" | |
| authors = ["mike820324 <mike820324@gmail.com>"] | |
| edition = "2018" | |
| [dependencies] | |
| rocket = "0.4.0" | |
| rocket_contrib = "0.4.0" | |
| serde = "1.0.86" | |
| serde_derive = "1.0.86" | |
| serde_json = "1.0.38" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment