A structured-data shell in Gleam, inspired by Nushell
0

Configure Feed

Select the types of activity you want to include in your feed.

gleshell / gleam.toml
376 B 14 lines
1name = "gleshell" 2version = "0.1.0" 3description = "A structured-data shell in Gleam, inspired by Nushell" 4licences = ["Apache-2.0"] 5 6[dependencies] 7gleam_stdlib = ">= 1.0.3 and < 2.0.0" 8argv = ">= 1.1.0 and < 2.0.0" 9simplifile = ">= 2.6.0 and < 3.0.0" 10gleam_json = ">= 3.1.0 and < 4.0.0" 11filepath = ">= 1.1.2 and < 2.0.0" 12 13[dev_dependencies] 14gleeunit = ">= 1.0.0 and < 2.0.0"