diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |