gst-plugins-rs/Cargo.toml

19 lines
315 B
TOML

[workspace]
members = [
"gst-plugin-file",
"gst-plugin-http",
"gst-plugin-flv",
"gst-plugin-audiofx",
"gst-plugin-togglerecord",
"gst-plugin-threadshare",
"gst-plugin-tutorial",
"gst-plugin-closedcaption",
]
[profile.release]
lto = true
opt-level = 3
debug = true
panic = 'unwind'