blue-recorder/Cargo.toml

23 lines
503 B
TOML
Raw Normal View History

2021-01-31 08:49:35 +03:00
[package]
name = "blue-recorder"
2022-10-14 11:50:28 +03:00
version = "0.2.0"
2022-09-25 02:45:15 +03:00
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"
2022-10-01 02:55:57 +03:00
dirs = "4.0.0"
2022-09-25 02:45:15 +03:00
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"
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-01-31 08:49:35 +03:00
[dependencies.gio]
2022-09-25 02:45:15 +03:00
version = "0.15.0"