Files
exercism-rust/tournament/.exercism/config.json
2022-08-04 23:58:25 +02:00

42 lines
674 B
JSON

{
"blurb": "Tally the results of a small football competition.",
"authors": [
"EduardoBautista"
],
"contributors": [
"andrewclarkson",
"ashleygwilliams",
"ClashTheBunny",
"coriolinus",
"cwhakes",
"EduardoBautista",
"efx",
"ErikSchierboom",
"etrepum",
"IanWhitney",
"kytrinyx",
"lutostag",
"mkantor",
"navossoc",
"nfiles",
"petertseng",
"rofrol",
"samcday",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/tournament.rs"
],
"example": [
".meta/example.rs"
]
}
}