pacmanager 0.2.0

A utility to interact with any package manager on any Linux distro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pacmanager"
version = "0.2.0"
description = "A utility to interact with any package manager on any Linux distro"
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
dialoguer = "0.11.0"
futures-lite = "2.2.0"
pacmanager_wrapper = { version = "0.1.2" }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
whatadistro = "0.1.0"