···12121313# MSVC Windows builds of rustc generate these, which store debugging information
1414*.pdb
1515+1616+1717+# Added by cargo
1818+1919+/target
+10
Cargo.toml
···11+[package]
22+name = "nu_plugin_dbus"
33+version = "0.1.0"
44+edition = "2021"
55+66+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77+88+[dependencies]
99+nu-plugin = "0.89.0"
1010+nu-protocol = { version = "0.89.0", features = ["plugin"] }