Skip to content

Instantly share code, notes, and snippets.

@greglearns
Created July 13, 2017 20:33
Show Gist options
  • Save greglearns/7f5734649a2fc0698684d487d7c0057a to your computer and use it in GitHub Desktop.
Save greglearns/7f5734649a2fc0698684d487d7c0057a to your computer and use it in GitHub Desktop.
[package]
name = "feedexplorer_api"
version = "0.1.0"
authors = ["Greg Edwards <greg@greglearns.com>"]
[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