···11[package]
22name = "nu_plugin_dbus"
33-version = "0.21.0"
44-edition = "2021"
33+version = "0.22.0"
44+edition = "2024"
5566description = "Nushell plugin for communicating with D-Bus"
77authors = ["Devyn Cairns <devyn.cairns@gmail.com>"]
···14141515[dependencies]
1616dbus = "0.9.10"
1717-nu-plugin = "0.110.0"
1818-nu-protocol = { version = "0.110.0", features = ["plugin"] }
1717+nu-plugin = "0.111.0"
1818+nu-protocol = { version = "0.111.0", features = ["plugin"] }
1919serde = { version = "1.0.228", features = ["derive"] }
2020serde-xml-rs = "0.8.2"
+2
README.md
···11# nu_plugin_dbus
2233+Fork of <https://github.com/devyn/nu_plugin_dbus> that I try to keep more up-to-date.
44+35[Nushell](https://nushell.sh/) plugin for interacting with
46[D-Bus](https://dbus.freedesktop.org/)
57