# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2023 The Gleam contributors name = "project_d" version = "1.0.0" [dev_dependencies] # This dependency is not used by any of the other packages in this project, and # it is is only used by this package in dev mode, so it will not be in the other # packages at all. # The test file for this package imports this dep, so if there is a bug in the # build tool and it attempts to compile the test deps for a path dep it will # fail. gleam_bitwise = "~> 1.2"