2021-01-31 08:49:35 +03:00
|
|
|
[package]
|
|
|
|
name = "blue-recorder"
|
2021-05-24 10:54:51 +03:00
|
|
|
version = "0.1.4"
|
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-05-24 10:54:09 +03:00
|
|
|
gettext-rs = "0.7.0"
|
2021-02-16 09:50:43 +03:00
|
|
|
subprocess = "0.2.6"
|
2021-11-27 05:10:48 +03:00
|
|
|
zbus = "1.9.2"
|
|
|
|
zvariant = "2.10.0"
|
2021-03-10 23:18:51 +03:00
|
|
|
gdk-pixbuf = "0.9.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]
|
2021-08-10 15:51:20 +03:00
|
|
|
version = "0.9.0"
|
2021-01-31 08:49:35 +03:00
|
|
|
features = ["v2_44"]
|