[package] name = "ri" version = "0.6.1" authors = ["Zacharie Corniere "] edition = "2018" description = "Ri is a buttler" repository = "https://github.com/zcorniere/ri" license = "GPL-2.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "~1.9" nix = "~0.17" rouille = "~3.0" libloading = "~0.6" serde = "1" serde_json = "1" serde_derive = "1" notify = "4" [dependencies.reqwest] version = "~0.10" default-features = false features = ["blocking", "json"]