mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-03 16:24:54 +03:00
19 lines
522 B
TOML
19 lines
522 B
TOML
{5fe5dd6c880bd59b04c0b2dc9856fb5de8b2a86a true 522 Cargo.toml 0xc001de2f50}
[package]
|
|
name = "blue-recorder-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
cmd = ["ffmpeg-sidecar"]
|
|
gtk = ["adw", "chrono", "glib", "subprocess"]
|
|
|
|
[dependencies]
|
|
adw = { version = "0.2.1", package = "libadwaita", features = ["gtk_v4_6"], optional = true }
|
|
anyhow = "1.0.86"
|
|
chrono = { version = "0.4.19", optional = true }
|
|
ffmpeg-sidecar = { version = "2.0.5", optional = true }
|
|
glib = { version = "0.10.3", optional = true }
|
|
open = "5.1.4"
|
|
subprocess = {version = "0.2.6", optional = true }
|
|
tempfile = "3.10.1"
|