summaryrefslogtreecommitdiff
path: root/server/hook/Cargo.toml
blob: 2a298b7c02f488e3c92bc383abab742e1f5e9c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "eyeballs-githook"
version = "0.1.0"
edition = "2021"

[dependencies]
eyeballs-common = { path = "../common" }
rmp-serde.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["full"] }

[[bin]]
name = "eyeballs-githook"
path = "src/githook.rs"