feat(server): lib target + pure org-hook helpers (classify_path, extract_schema_version) + unit tests

This commit is contained in:
adlee-was-taken
2026-06-19 20:43:25 -04:00
parent 743a46f3d5
commit 675b7836e1
3 changed files with 130 additions and 0 deletions

View File

@@ -5,6 +5,14 @@ edition = "2021"
description = "Pre-receive Git hook for relicario password manager"
license = "GPL-3.0-or-later"
[lib]
name = "relicario_server"
path = "src/lib.rs"
[[bin]]
name = "relicario-server"
path = "src/main.rs"
[dependencies]
relicario-core = { path = "../relicario-core" }
anyhow = "1"