mirror of
https://github.com/Pagwin-Fedora/ppi.git
synced 2025-07-17 22:15:42 +00:00
13 lines
335 B
TOML
13 lines
335 B
TOML
[package]
|
|
name = "ppi"
|
|
version = "1.1.2"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2.22", features = ["derive", "cargo"] }
|
|
dirs = "4.0.0"
|
|
git2 = "0.18.0"
|
|
serde = { version = "1.0.144", features = ["derive"] }
|
|
toml = "0.5.9"
|