mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-04 00:34:54 +03:00
16 lines
300 B
TOML
16 lines
300 B
TOML
{3b8abca66e1ef86c9eb447208a2c3a7faf4ec2c1 true 300 Cargo.toml 0xc00df4c070}
[package]
|
|
name = "blue-recorder-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
cmd = []
|
|
gtk = ["dep:adw"]
|
|
|
|
[dependencies]
|
|
adw = { version = "0.2.1", package = "libadwaita", features = ["gtk_v4_6"], optional = true }
|
|
anyhow = "1.0.86"
|
|
ffmpeg-sidecar = "1.1.0"
|
|
open = "5.1.4"
|
|
tempfile = "3.10.1"
|