Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2023 The Gleam contributors 3 4name = "project_b" 5version = "0.1.0" 6description = "A Gleam project" 7 8[dependencies] 9project_d = { path = "../project_d" }