Created
July 13, 2017 20:33
-
-
Save greglearns/7f5734649a2fc0698684d487d7c0057a to your computer and use it in GitHub Desktop.
This file contains 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 = "feedexplorer_api" | |
version = "0.1.0" | |
authors = ["Greg Edwards <[email protected]>"] | |
[dependencies] | |
rocket = "=0.2.9" | |
rocket_codegen = "=0.2.9" | |
rocket_contrib = "=0.2.9" | |
serde = "=0.9" | |
serde_json = "=0.9" | |
serde_derive = "=0.9" | |
regex = "0.2" | |
lazy_static="0.2" | |
postgres = { version = "=0.13", features = ["with-serde_json"] } | |
# postgres-derive = "0.3" | |
[dev-dependencies] | |
rocket = { version = "=0.2.9", features = ["testing"] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment