1 2 3 4 5 6 7 8
[package] name = "hurrycurry-locale" version = "0.1.0" edition = "2024" [dependencies] hurrycurry-protocol = { path = "../protocol" } anyhow = "1.0.100"