elm-ui-widgets/elm-tooling.json

10 lines
164 B
JSON
Raw Normal View History

2021-12-20 21:14:19 +03:00
{
"entrypoints": [
"./src/Main.elm"
],
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5",
"elm-test-rs": "1.2.2"
}
}