1 2 3 4 5 6 7 8 9 10 11 12 13
[[bin]] name = "soccer-table" path = "src/main.rs" [dependencies.regex] version = "1.10.4" [package] description = "compute soccer tables from plain text match results" edition = "2021" license = "MIT" name = "soccer_table" version = "0.1.0"