elm-ui-widgets/elm-tooling.json
2021-12-20 19:14:19 +01:00

10 lines
164 B
JSON

{
"entrypoints": [
"./src/Main.elm"
],
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5",
"elm-test-rs": "1.2.2"
}
}