rusty-hub/Cargo.toml

8 lines
190 B
TOML

[package]
name = "rusty-hub"
version = "0.1.0"
authors = ["Gonçalo Valério <gon@ovalerio.net>"]
[dependencies]
actix-web = "0.6.11"
diesel = { version = "1.3.0", features = ["postgres"] }