[package] name = "openfut-roster-host" version = "0.1.0" edition = "2021" license = "MIT" description = "FIFA 17 FUT roster-update transport host" publish = false [dependencies] openfut-adapter-fifa17 = { path = "../openfut-adapter-fifa17" } openfut-host-config = { path = "../openfut-host-config" } openfut-http = { path = "../openfut-http" } # Same listener as the redirector, by construction rather than by convention. # Two hosts configuring TLS separately is how the 2026-08-11 certificate # mismatch happened, and roster is the service where that mismatch first # became visible to the player. openfut-tls = { path = "../openfut-tls" }