this repo has no description
0
fork

Configure Feed

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

at main 18 lines 473 B view raw
1name = "server" 2version = "1.0.0" 3 4[dependencies] 5gleam_stdlib = ">= 0.44.0 and < 2.0.0" 6youid = ">= 1.6.0 and < 2.0.0" 7wisp = ">= 2.2.2 and < 3.0.0" 8mist = ">= 6.0.2 and < 7.0.0" 9gleam_erlang = ">= 1.3.0 and < 2.0.0" 10pog = ">= 4.1.0 and < 5.0.0" 11filepath = ">= 1.1.2 and < 2.0.0" 12envoy = ">= 1.1.0 and < 2.0.0" 13gleam_otp = ">= 1.2.0 and < 2.0.0" 14gleam_crypto = ">= 1.5.2 and < 2.0.0" 15 16[dev_dependencies] 17gleeunit = ">= 1.0.0 and < 2.0.0" 18squirrel = ">= 4.6.0 and < 5.0.0"