[package] name = "openfut-host-config" version = "0.1.0" edition = "2021" license = "MIT" description = "Shared environment->typed configuration resolution for OpenFUT service hosts" publish = false # The ONLY crate in the migration that reads the environment. Both service # hosts resolve their endpoints through it, so there is a single construction # path for every client-visible address — the property the deployment-address # audit established and these hosts must not quietly reintroduce. [dependencies] openfut-adapter-fifa17 = { path = "../openfut-adapter-fifa17" }