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

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

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