File: Cargo.toml.orig

package info (click to toggle)
rust-dbus-tree 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "dbus-tree"
version = "0.9.2"
authors = ["David Henningsson <diwic@ubuntu.com>"]
edition = "2018"

description = "Framework for writing D-Bus method handlers (legacy)"
repository = "https://github.com/diwic/dbus-rs"
documentation = "http://docs.rs/dbus-tree"
keywords = ["D-Bus", "DBus", "IPC"]
license = "Apache-2.0/MIT"
categories = ["os::unix-apis", "api-bindings"]
readme = "../README.md"

[dependencies]
dbus = { path = "../dbus", version = "0.9" }

[badges]
maintenance = { status = "passively-maintained" }