krypt-pkg 0.2.0

Package manager abstraction for the `krypt` dotfiles manager: pacman, apt, brew, scoop, winget, dnf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name          = "krypt-pkg"
description   = "Package manager abstraction for the `krypt` dotfiles manager: pacman, apt, brew, scoop, winget, dnf."
version.workspace      = true
authors.workspace      = true
edition.workspace      = true
rust-version.workspace = true
license.workspace      = true
repository.workspace   = true
homepage.workspace     = true
readme.workspace       = true

[dependencies]
thiserror  = { workspace = true }
tracing    = { workspace = true }
which      = { workspace = true }