summaryrefslogtreecommitdiff
path: root/rust/lucians-luscious-lasagna/.exercism/config.json
blob: ab713a6c8ad03a58440de20626b77eba24113729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "blurb": "Learn about the basics of Rust by following a lasagna recipe.",
  "icon": "lasagna",
  "authors": [
    "coriolinus",
    "ErikSchierboom"
  ],
  "files": {
    "solution": [
      "src/lib.rs",
      "Cargo.toml"
    ],
    "test": [
      "tests/lucians-luscious-lasagna.rs"
    ],
    "exemplar": [
      ".meta/exemplar.rs"
    ]
  }
}