blue-recorder/Cargo.toml

25 lines
549 B
TOML
Raw Normal View History

2021-01-31 08:49:35 +03:00
[package]
name = "blue-recorder"
2022-09-25 02:45:15 +03:00
version = "0.1.0"
edition = "2021"
2021-01-31 08:49:35 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-09-25 02:45:15 +03:00
chrono = "0.4.19"
gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4"}
gdk-pixbuf = "0.9.0"
gettext-rs = "0.7.0"
gtk = { version = "0.4.8", package = "gtk4" }
gtk-sys = "0.15"
2021-01-31 09:35:10 +03:00
glib = "0.10.3"
2022-09-25 02:45:15 +03:00
libappindicator = "0.5.2"
2021-01-31 21:37:40 +03:00
rust-ini = "0.16"
regex = "1.4.3"
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-01-31 08:49:35 +03:00
[dependencies.gio]
2022-09-25 02:45:15 +03:00
version = "0.15.0"