mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
13 lines
No EOL
300 B
TOML
13 lines
No EOL
300 B
TOML
[package]
|
|
name = "specfile"
|
|
version = "0.1.0"
|
|
authors = ["Till Wegmueller <toasterson@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
# 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 = "*" |