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_a" 5version = "0.1.0" 6 7[dependencies] 8project_b = { path = "../project_b" } 9project_c = { path = "../project_c" } 10 11[dev_dependencies] 12gleeunit = "~> 1.0"