Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 zbus_polkit has moved #419

Merged
merged 1 commit into from
Jul 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ members = [
"zvariant_utils",
"zbus_macros",
"zbus_xmlgen",
"zbus_polkit",
]
resolver = "2"
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The project is divided into the following subcrates:
format.
* [`zbus_names`]: A collection of types for various [D-Bus bus names][dbn].
* [`zbus_xmlgen`]: A developer tool to generate Rust code from D-Bus XML interface descriptions.
* [`zbus_polkit`]: A crate to interact with [PolicyKit].

## Getting Started

Expand Down Expand Up @@ -132,12 +131,10 @@ There are many other D-Bus crates out there with various levels of maturity and
[`zbus`]: zbus/README.md
[`zbus_macros`]: zbus_macros/README.md
[`zbus_names`]: zbus_names/README.md
[`zbus_polkit`]: zbus_polkit/README.md
[`zbus_xmlgen`]: zbus_xmlgen/README.md
[`zvariant`]: zvariant/README.md
[`zvariant_derive`]: zvariant_derive/README.md
[dbn]: https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names
[PolicyKit]: https://gitlab.freedesktop.org/polkit/polkit/
[dbrs]: https://github.com/diwic/dbus-rs/
[dbrs-tokio]: https://github.com/diwic/dbus-rs/tree/master/dbus-tokio
[dbrs-cr]: https://github.com/diwic/dbus-rs/tree/master/dbus-crossroads
Expand Down
28 changes: 0 additions & 28 deletions zbus_polkit/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion zbus_polkit/LICENSE

This file was deleted.

34 changes: 0 additions & 34 deletions zbus_polkit/README.md

This file was deleted.

58 changes: 0 additions & 58 deletions zbus_polkit/src/error.rs

This file was deleted.

10 changes: 0 additions & 10 deletions zbus_polkit/src/lib.rs

This file was deleted.

Loading
Loading