Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add more detail for the crate metadata

+4
+4
Cargo.toml
··· 3 3 version = "0.1.0" 4 4 edition = "2021" 5 5 6 + description = "Nushell plugin for communicating with D-Bus" 7 + license = "MIT" 8 + keywords = ["plugin", "dbus", "nu"] 9 + 6 10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 11 8 12 [dependencies]