ppmm 1.1.5

PPM is a project manager for Python
[package]
name = "ppmm"
version = "1.1.5"
edition = "2024"
authors = ["sumangal44"]
description = "PPM is a project manager for Python"
license = "MIT"
repository = "https://github.com/Sumangal44/ppmm"
homepage = "https://github.com/Sumangal44/ppmm"
documentation = "https://github.com/Sumangal44/ppmm"
keywords = ["python", "project", "manager", "cli", "venv"]
categories = ["development-tools", "command-line-utilities"]
build = "build.rs"

[dependencies]
clap = { version = "3.2.8", features = ["derive"]}
colored = "3.0.0"
reqwest = { version = "0.13", features = ["json", "blocking"] }
serde_json = "1.0"
toml = "0.9"
serde = { version = "1.0", features = ["derive"] }

[target.'cfg(windows)'.build-dependencies]
winres = "0.1.12"