1
0
Fork 0
mirror of https://codeberg.org/Mo8it/git-webhook-client synced 2024-10-18 07:22:39 +00:00
git-webhook-client/Cargo.toml

17 lines
337 B
TOML
Raw Normal View History

2022-10-09 13:53:35 +00:00
[package]
2022-10-10 11:52:42 +00:00
name = "git-webhook-client"
2022-10-09 13:53:35 +00:00
version = "0.1.0"
authors = ["Mo Bitar <mo8it@proton.me>"]
edition = "2021"
readme = "README.adoc"
license-file = "LICENSE"
[dependencies]
2022-10-10 14:32:44 +00:00
cached = "0.39.0"
2022-10-10 15:59:12 +00:00
hex = "0.4.3"
2022-10-10 11:52:42 +00:00
hmac = "0.12.1"
2022-10-09 13:53:35 +00:00
rocket = "0.5.0-rc.2"
2022-10-10 11:52:42 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
sha2 = "0.10.6"