Skip to content

Instantly share code, notes, and snippets.

@luisvonmuller
Last active July 28, 2020 23:30
Show Gist options
  • Save luisvonmuller/dd9b76d4f38330fc518af7f30220c9b1 to your computer and use it in GitHub Desktop.
Save luisvonmuller/dd9b76d4f38330fc518af7f30220c9b1 to your computer and use it in GitHub Desktop.
[package]
name = "heroes"
version = "0.1.0"
authors = ["luisvonmuller <luis@vonmuller.com.br>"]
edition = "2018"
[dependencies]
rocket = "0.4.5"
rocket_codegen = "0.4.5"
diesel = { version = "1.4.5", features = ["postgres"] }
dotenv = "0.15.0"
rocket-multipart-form-data = "0.9.5"
serde = { version = "1.0", features = ["derive"] }
[dependencies.rocket_contrib]
version = "0.4.5"
default-features = false
features = ["handlebars_templates"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment