[package] name = "thrify-core" version = "0.0.1" description = "Thrify core for fmatch projects" license = "Apache-2.0" authors = ["Fmatch Team "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "2.0" actix-rt = "1.0" diesel = { version = "1.4.4", features = ["postgres"] } dotenv = "0.15.0" juniper = "0.11"