Gleam CLI client for Tangled (clone of aly.codes/tg)
0

Configure Feed

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

gtg / gleam.toml
630 B 21 lines
1name = "gtg" 2version = "0.1.0" 3description = "A Gleam CLI client for Tangled (git forge on atproto), clone of aly.codes/tg" 4licences = ["MIT"] 5 6[dependencies] 7gleam_stdlib = ">= 1.0.0 and < 2.0.0" 8gleam_erlang = ">= 1.0.0 and < 2.0.0" 9gleam_http = ">= 4.0.0 and < 5.0.0" 10gleam_httpc = ">= 5.0.0 and < 6.0.0" 11gleam_json = ">= 3.0.0 and < 4.0.0" 12gleam_crypto = ">= 1.5.0 and < 2.0.0" 13argv = ">= 1.1.0 and < 2.0.0" 14envoy = ">= 1.0.0 and < 2.0.0" 15simplifile = ">= 2.0.0 and < 3.0.0" 16filepath = ">= 1.0.0 and < 2.0.0" 17shellout = ">= 1.7.0 and < 2.0.0" 18tom = ">= 2.0.0 and < 3.0.0" 19 20[dev_dependencies] 21gleeunit = ">= 1.0.0 and < 2.0.0"