Cargo.toml
# SPDX-FileCopyrightText: 2023 - 2024 Markus Haug (Korrat)
#
# SPDX-License-Identifier: EUPL-1.2
[package]
name = "beancount-metadata"
authors.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
# Inherited dependencies
delegate.workspace = true
lazy-regex.workspace = true
miette.workspace = true
rust_decimal.workspace = true
snafu.workspace = true
time.workspace = true
[lints]
workspace = true