mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
18 lines
425 B
TOML
18 lines
425 B
TOML
[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"
|
|
thiserror = "*"
|