f16828a584
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.
12 lines
487 B
TOML
12 lines
487 B
TOML
[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]
|