paketkoll_utils 0.1.12

Shared utilities for Paketkoll and Konfigkoll (not for direct public use)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description = "Shared utilities for Paketkoll and Konfigkoll (not for direct public use)"
edition = "2024"
keywords = ["package-management"]
license = "MPL-2.0"
name = "paketkoll_utils"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.88.0"
version = "0.1.12"

[dependencies]
eyre.workspace = true
paketkoll_types = { version = "0.2.7", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
ring.workspace = true

[lints]
workspace = true