[package]
edition = "2024"
rust-version = "1.95"
name = "krypt-pkg"
version = "0.1.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Package manager abstraction for the `krypt` dotfiles manager: pacman, apt, brew, scoop, winget, dnf."
homepage = "https://github.com/kryptic-sh/krypt"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kryptic-sh/krypt"
[lib]
name = "krypt_pkg"
path = "src/lib.rs"
[[test]]
name = "manager"
path = "tests/manager.rs"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dependencies.which]
version = "7"