feat(server): lib target + pure org-hook helpers (classify_path, extract_schema_version) + unit tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user