summaryrefslogtreecommitdiff
path: root/server/hook/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/hook/Cargo.toml')
-rw-r--r--server/hook/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/hook/Cargo.toml b/server/hook/Cargo.toml
new file mode 100644
index 0000000..2a298b7
--- /dev/null
+++ b/server/hook/Cargo.toml
@@ -0,0 +1,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"