[package] name = "smol_webhook" description = "A small github webhook server" hompage = "https://github.com/zynaxsoft/smol_webhook" repository = "https://github.com/zynaxsoft/smol_webhook" version = "0.1.0" authors = ["Tanapol Prucksakorn "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "smol_webhook" path = "src/lib.rs" [dependencies] serde_json = "1.0.48" rust-crypto = "0.2.36"