ips/specfile/Cargo.toml

19 lines
425 B
TOML
Raw Normal View History

[package]
name = "specfile"
description.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license-file.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pest = "2.3.0"
pest_derive = "2.3.0"
anyhow = "1.0.59"
2026-01-19 00:27:43 +01:00
thiserror = "*"