wip(hook): retained client-hook WIP \u2014 resolver_hook, store_hook, openfut-common crate
RETAINED PRE-EXISTING client-hook WIP (brought forward after verification). Adds resolver_hook.rs + store_hook.rs and a new openfut-common crate, plus config/connect/fifa17/hooks/lib refinements. No secrets/staging addresses. Preserved on feat/sbc-hook-tracing so it is recoverable and pushed.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "openfut-common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Shared OpenFUT server-destination configuration, port mapping, and address conversion used by both the launcher and openfut_hook.dll. Pure std, no dependencies, so it stays small inside the injected DLL and is unit-testable on any host."
|
||||
|
||||
[lib]
|
||||
# Rlib only. Deliberately dependency-free so linking it into openfut_hook.dll
|
||||
# (a cdylib) adds no runtime weight and no cross-platform risk.
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user