2020-09-13 21:26:46 +04:00
|
|
|
[package]
|
|
|
|
name = "simple-osd-common"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Alexander Bantyev <balsoft@balsoft.ru>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-25 01:42:06 +04:00
|
|
|
notify-rust = "4"
|
2020-09-13 21:26:46 +04:00
|
|
|
configparser = "1.0.0"
|
|
|
|
xdg = "2.1"
|
2020-10-25 01:42:06 +04:00
|
|
|
dbus = "0.8.4"
|