Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

gleam / test / project_path_deps / project_d / gleam.toml
519 B 14 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2023 The Gleam contributors 3 4name = "project_d" 5version = "1.0.0" 6 7[dev_dependencies] 8# This dependency is not used by any of the other packages in this project, and 9# it is is only used by this package in dev mode, so it will not be in the other 10# packages at all. 11# The test file for this package imports this dep, so if there is a bug in the 12# build tool and it attempts to compile the test deps for a path dep it will 13# fail. 14gleam_bitwise = "~> 1.2"