Select the types of activity you want to include in your feed.
1name = "project" 2version = "0.1.0" 3target = "javascript" 4 5[javascript] 6typescript_declarations = true 7runtime = "deno" 8 9[javascript.deno] 10location = "http://localhost:8080" 11 12[dependencies] 13gleam_stdlib = "~> 0.18" 14gleam_erlang = "~> 0.23" 15 16[dev-dependencies]