scratch/brainfuck/gleam.toml (view raw)
| 1 | name = "gbf" |
| 2 | version = "1.0.0" |
| 3 | description = "gleaming brainfuck" |
| 4 | licences = ["GLWTPL"] |
| 5 | repository = { type = "github", user = "olexsmir", repo = "gbf" } |
| 6 | |
| 7 | [dependencies] |
| 8 | gleam_stdlib = ">= 0.44.0 and < 2.0.0" |
| 9 | splitter = ">= 1.1.0 and < 2.0.0" |
| 10 | argv = ">= 1.0.2 and < 2.0.0" |
| 11 | simplifile = ">= 2.3.0 and < 3.0.0" |
| 12 | |
| 13 | [dev-dependencies] |
| 14 | gleeunit = ">= 1.0.0 and < 2.0.0" |