Terminal system monitor in Gleam — htop × btop
419 B
15 lines
1name = "monitor"
2version = "1.0.0"
3description = "Terminal system monitor in Gleam — between htop and btop"
4licences = ["Apache-2.0"]
5
6[dependencies]
7gleam_stdlib = ">= 1.0.0 and < 2.0.0"
8etch = ">= 1.4.0 and < 2.0.0"
9etch_erlang = ">= 1.1.0 and < 2.0.0"
10simplifile = ">= 2.6.0 and < 3.0.0"
11gleam_erlang = ">= 1.3.0 and < 2.0.0"
12filepath = ">= 1.1.2 and < 2.0.0"
13
14[dev_dependencies]
15gleeunit = ">= 1.0.0 and < 2.0.0"