2024-08-15 21:27:00 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pkg6"
|
2026-01-19 00:25:47 +01:00
|
|
|
description.workspace = true
|
2025-07-29 19:08:18 +02:00
|
|
|
version.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license-file.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
keywords.workspace = true
|
2024-08-15 21:27:00 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-08-02 22:12:37 +02:00
|
|
|
libips = { version = "*", path = "../libips" }
|
2025-08-03 14:28:36 +02:00
|
|
|
clap = { version = "4", features = ["derive"] }
|
|
|
|
|
miette = { version = "7", features = ["fancy"] }
|
|
|
|
|
thiserror = "2"
|
|
|
|
|
tracing = "0.1"
|
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
2025-07-21 22:02:05 +02:00
|
|
|
serde = { version = "1.0.207", features = ["derive"] }
|
2025-08-03 14:28:36 +02:00
|
|
|
serde_json = "1"
|