Files
dbus-prettifier/Cargo.toml

15 lines
459 B
TOML
Raw Normal View History

2025-09-28 20:01:26 +02:00
[package]
name = "dbus-prettifier"
2025-09-29 11:43:21 +02:00
version = "1.1.0"
2025-09-28 20:01:26 +02:00
edition = "2024"
2025-09-29 08:27:11 +02:00
authors = [ "Nicolás A. Ortega Froysa <nicolas@ortegas.org>" ]
description = "A tool to prettify the output of qdbus."
readme = "./README.md"
homepage = "https://code.ortegas.org/nortega/dbus-prettifier"
repository = "https://code.ortegas.org/nortega/dbus-prettifier"
license = "Zlib"
keywords = [ "dbus", "qdbus", "prettifier" ]
categories = [ "command-line-utilities" ]
2025-09-28 20:01:26 +02:00
[dependencies]