[package] name = "bellhop-hook-jenkins" version = "0.2.1" authors = [ "Joel Scarfone ", "Sam Wilson ", "Tai Dickerson", ] edition = "2018" license = "Apache-2.0" homepage = "https://bellhop.rs/" repository = "https://github.com/bellhop-rs/bellhop" description = "A bellhop hook that starts a Jenkins job" [dependencies] bellhop = { path = "../bellhop", version = "0.2.1" } diesel = { version = "1.0.0", default-features = false } reqwest = "0.9.5" serde = "1.0.80" serde_derive = "1.0.80"