From 0db801b049e752f4c78af0cf5ee5f728b5b1dced Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 3 Dec 2024 07:35:17 +0300 Subject: Initial commit Supposed to work, I guess. At least the idle inhibition part, which is the part I care about. State tracking is broken due to zbus weirdness. I have no desire to debug this any further. --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..48f0363 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "xdg-desktop-portal-systemd" +version = "0.1.0" +edition = "2021" + +[dependencies] +futures-util = "0.3.31" +serde = { version = "1.0.215", features = ["derive"] } +tokio = { version = "1.41.1", features = ["full"] } +zbus = { version = "5.1.1", default-features = false, features = ["tokio"] } +zvariant = "5.1.0" -- cgit 1.4.1