mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
26 lines
649 B
TOML
26 lines
649 B
TOML
{b38b7207f8416ba9ca44aab27e98174def687a1f true 649 Cargo.toml 0xc00309fd50}
[package]
|
|
name = "blue-recorder"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.19"
|
|
dirs = "4.0.0"
|
|
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", features = ["v4_8"] }
|
|
gio = { version = "0.15.0" }
|
|
gtk-sys = "0.15"
|
|
glib = "0.10.3"
|
|
rust-ini = "0.16"
|
|
regex = "1.4.3"
|
|
secfmt = "0.1.1"
|
|
subprocess = "0.2.6"
|
|
dark-light = "1.0.0"
|
|
async-std = {version = "1.12.0", features = ["attributes"]}
|
|
gstreamer = "0.20.5"
|
|
zbus = "3.12.0"
|