Cargo.toml
# SPDX-FileCopyrightText: 2024 Markus Haug (Korrat)
#
# SPDX-License-Identifier: EUPL-1.2
[package]
name = "beancount-price-spec"
authors.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
# Workspace dependencies
beancount-amount.path = "../amount"