Gleam + Relm4 foreign node POC over Erlang distribution
0

Configure Feed

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

gleamtk / gleam / gleam.toml
370 B 14 lines
1name = "gleamtk" 2version = "0.1.0" 3description = "Gleam controller for a Relm4 foreign node (Erlang distribution POC)" 4licences = ["MIT"] 5target = "erlang" 6 7[dependencies] 8gleam_stdlib = ">= 0.59.0 and < 2.0.0" 9gleam_erlang = ">= 0.34.0 and < 2.0.0" 10gleam_otp = ">= 0.14.0 and < 2.0.0" 11argv = ">= 1.0.0 and < 2.0.0" 12 13[dev_dependencies] 14gleeunit = ">= 1.0.0 and < 2.0.0"