A structured-data shell in Gleam, inspired by Nushell
449 B
16 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"
12gleam_http = ">= 4.3.0 and < 5.0.0"
13gleam_httpc = ">= 5.0.0 and < 6.0.0"
14
15[dev_dependencies]
16gleeunit = ">= 1.0.0 and < 2.0.0"