2021-01-31 08:49:35 +03:00
|
|
|
[package]
|
|
|
|
name = "blue-recorder"
|
|
|
|
version = "0.1.0"
|
2021-01-31 08:59:28 +03:00
|
|
|
authors = ["Salem Yaslem <s@sy.sa>"]
|
2021-01-31 08:49:35 +03:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-06 19:50:19 +03:00
|
|
|
gdk = "0.13.2"
|
2021-01-31 09:35:10 +03:00
|
|
|
glib = "0.10.3"
|
2021-01-31 21:37:40 +03:00
|
|
|
rust-ini = "0.16"
|
2021-02-12 19:04:42 +03:00
|
|
|
regex = "1.4.3"
|
|
|
|
chrono = "0.4.19"
|
2021-02-13 18:19:30 +03:00
|
|
|
libappindicator = "0.5.2"
|
2021-02-14 10:46:38 +03:00
|
|
|
gettext-rs = "0.5.0"
|
2021-02-16 09:50:43 +03:00
|
|
|
subprocess = "0.2.6"
|
2021-02-18 12:09:01 +03:00
|
|
|
zbus = "1.8.0"
|
|
|
|
zvariant = "2.5.0"
|
2021-01-31 09:35:10 +03:00
|
|
|
|
2021-01-31 08:49:35 +03:00
|
|
|
[dependencies.gtk]
|
|
|
|
version = "0.9.0"
|
|
|
|
features = ["v3_16"]
|
|
|
|
|
|
|
|
[dependencies.gio]
|
|
|
|
version = ""
|
|
|
|
features = ["v2_44"]
|